Browse Source

Removed some dead code

tags/2021-05-28
jules 9 years ago
parent
commit
59befc7bb4
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      modules/juce_opengl/native/juce_OpenGLExtensions.h

+ 0
- 5
modules/juce_opengl/native/juce_OpenGLExtensions.h 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


Loading…
Cancel
Save