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:
parent
7f643bc7e0
commit
6c4d8023bd
54 changed files with 1499 additions and 990 deletions
|
|
@ -37,11 +37,6 @@ ApplicationCommandTarget::ApplicationCommandTarget()
|
|||
}
|
||||
|
||||
ApplicationCommandTarget::~ApplicationCommandTarget()
|
||||
{
|
||||
releaseMessageListener();
|
||||
}
|
||||
|
||||
void ApplicationCommandTarget::releaseMessageListener()
|
||||
{
|
||||
messageInvoker = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue