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

@ -28,11 +28,6 @@ class ThreadPoolJob;
class ActionListener;
class ActionBroadcaster;
//==============================================================================
#if JUCE_MODULE_AVAILABLE_juce_opengl
class OpenGLContext;
#endif
//==============================================================================
/** See MessageManager::callFunctionOnMessageThread() for use of this function type. */
using MessageCallbackFunction = void* (void* userData);