mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed some unnecessary JUCE_MODULE_AVAILABLE_* checks
This commit is contained in:
parent
77787bd3ae
commit
2bfed0b354
5 changed files with 1 additions and 17 deletions
|
|
@ -149,7 +149,6 @@ void JUCE_CALLTYPE juce_switchToHostApplication()
|
|||
holder->switchToHostApplication();
|
||||
}
|
||||
|
||||
#if JUCE_MODULE_AVAILABLE_juce_gui_basics
|
||||
Image JUCE_CALLTYPE juce_getIAAHostIcon (int size)
|
||||
{
|
||||
if (auto holder = StandalonePluginHolder::getInstance())
|
||||
|
|
@ -158,6 +157,5 @@ Image JUCE_CALLTYPE juce_getIAAHostIcon (int size)
|
|||
return Image();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue