scons: remove IN_DRI_DRIVER
authorAndreas Boll <andreas.boll.dev@gmail.com>
Fri, 19 Apr 2013 21:20:01 +0000 (23:20 +0200)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 1 May 2013 19:34:48 +0000 (21:34 +0200)
Not used anymore.

src/mesa/SConscript

index 15b62692a628a34043fb6df210abce8032215851..0f1543802b9448ae000c089e0ab5fae6c8ed505d 100644 (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'),
     ])