summaryrefslogtreecommitdiffstats
path: root/src/glx/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/SConscript')
-rw-r--r--src/glx/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/SConscript b/src/glx/SConscript
index 17a5690ee86..d08ae9e2c50 100644
--- a/src/glx/SConscript
+++ b/src/glx/SConscript
@@ -31,9 +31,6 @@ if env['HAVE_XF86VIDMODE']:
env.Append(CPPDEFINES = ['XF86VIDMODE'])
env.PkgUseModules('XF86VIDMODE')
-if False: # XXX: SHARED_GLAPI
- env.Append(CPPDEFINES = ['GLX_SHARED_GLAPI'])
-
sources = [
'clientattrib.c',
'clientinfo.c',