1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00

Cleaned up and restructured some app startup code. Updated some iPhone settings.

This commit is contained in:
Julian Storer 2010-07-10 11:41:07 +01:00
parent 7f643bc7e0
commit 6c4d8023bd
54 changed files with 1499 additions and 990 deletions

View file

@ -37,11 +37,6 @@ ApplicationCommandTarget::ApplicationCommandTarget()
}
ApplicationCommandTarget::~ApplicationCommandTarget()
{
releaseMessageListener();
}
void ApplicationCommandTarget::releaseMessageListener()
{
messageInvoker = 0;
}