1
0
Fork 0
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:
jules 2016-02-01 11:22:30 +00:00
parent d48167a0b7
commit 59befc7bb4

View file

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