diff options
author | Jeremy Huddleston <[email protected]> | 2009-12-24 08:47:29 -0800 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2010-01-03 08:58:13 -0500 |
commit | 287cbba9b7ebf95391f77b58f519dd76c415d355 (patch) | |
tree | ed503c2f617a448ed50da4256032a5fb5881655e /src/mesa/main/dispatch.c | |
parent | 32305e3a9f9408922c34f06174aaa0d34cf72459 (diff) |
apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSX
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/mesa/main/dispatch.c')
-rw-r--r-- | src/mesa/main/dispatch.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c index 97d213e8e1f..eb0d1ff8a7b 100644 --- a/src/mesa/main/dispatch.c +++ b/src/mesa/main/dispatch.c @@ -37,8 +37,6 @@ * \author Brian Paul <[email protected]> */ -#ifndef GLX_USE_APPLEGL - #include "main/glheader.h" #include "main/compiler.h" #include "glapi/glapi.h" @@ -92,5 +90,3 @@ #include "glapi/glapitemp.h" #endif /* USE_X86_ASM */ - -#endif /* !GLX_USE_APPLEGL */ |