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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue