1
0
Fork 0
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:
ed 2020-05-22 11:59:35 +01:00
parent 77787bd3ae
commit 2bfed0b354
5 changed files with 1 additions and 17 deletions

View file

@ -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