1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Cleaned up the AsyncUpdater and ChangeBroadcaster classes internally - these now have less overhead when creating and deleting them. Removed the ActionListenerList class, as all its functionality is already provided by ActionBroadcaster.

This commit is contained in:
Julian Storer 2010-11-20 18:07:46 +00:00
parent 4cfdcb69fd
commit 75ff0c5e7e
29 changed files with 505 additions and 795 deletions

View file

@ -214,7 +214,6 @@
#include "../src/audio/synthesisers/juce_Sampler.cpp"
#include "../src/audio/synthesisers/juce_Synthesiser.cpp"
#include "../src/events/juce_ActionBroadcaster.cpp"
#include "../src/events/juce_ActionListenerList.cpp"
#include "../src/events/juce_AsyncUpdater.cpp"
#include "../src/events/juce_ChangeBroadcaster.cpp"
#include "../src/events/juce_InterprocessConnection.cpp"