scons: remove IN_DRI_DRIVER

Not used anymore.
This commit is contained in:
Andreas Boll
2013-04-19 23:20:01 +02:00
parent be0fec4f5b
commit f6aab27d43

View File

@@ -31,7 +31,6 @@ if env['platform'] == 'windows':
env.Append(CPPDEFINES = ['_GLAPI_NO_EXPORTS'])
else:
env.Append(CPPDEFINES = [
'IN_DRI_DRIVER', # enable the remap table (for DRI drivers)
('HAVE_DLOPEN', '1'),
])