mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Removed some dead code
This commit is contained in:
parent
d48167a0b7
commit
59befc7bb4
1 changed files with 0 additions and 5 deletions
|
|
@ -25,11 +25,6 @@
|
|||
#ifndef JUCE_OPENGLEXTENSIONS_H_INCLUDED
|
||||
#define JUCE_OPENGLEXTENSIONS_H_INCLUDED
|
||||
|
||||
#if JUCE_MAC && (JUCE_PPC || ((! defined (MAC_OS_X_VERSION_10_6)) || MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_6))
|
||||
#define JUCE_EXT(func) func ## EXT
|
||||
#else
|
||||
#define JUCE_EXT(func) func
|
||||
#endif
|
||||
|
||||
/** @internal This macro contains a list of GL extension functions that need to be dynamically loaded on Windows/Linux.
|
||||
@see OpenGLExtensionFunctions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue