diff options
Diffstat (limited to 'make/gl-glx-macosx.cfg')
-rw-r--r-- | make/gl-glx-macosx.cfg | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/make/gl-glx-macosx.cfg b/make/gl-glx-macosx.cfg deleted file mode 100644 index 7a6d826ce..000000000 --- a/make/gl-glx-macosx.cfg +++ /dev/null @@ -1,10 +0,0 @@ -# This .cfg file is used to generate the interface which contains the -# window system-specific extensions which are exposed (via -# inheritance) to the GL interface. -Package net.java.games.jogl -Style InterfaceOnly -JavaClass MacOSXGL -Include gl-common-macosx.cfg - -# Ignore everything that doesn't start with glX, GLX or XVisualInfo -IgnoreNot ^(glX|GLX|XVisualInf).+ |