swr: [rasterizer] remove unused knob
authorTim Rowley <timothy.o.rowley@intel.com>
Wed, 9 Mar 2016 22:33:33 +0000 (16:33 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Fri, 25 Mar 2016 19:43:14 +0000 (14:43 -0500)
src/gallium/drivers/swr/rasterizer/scripts/knob_defs.py

index a137f7518bcbcf934a1100fd60105b52b7f48dc0..cf4af71811d5e74a897525e7960cda0eea678290 100644 (file)
 # Python source
 KNOBS = [
 
-    ['ENABLE_ASSERT_DIALOGS', {
-        'type'      : 'bool',
-        'default'   : 'true',
-        'desc'      : ['Use dialogs when asserts fire.',
-                       'Asserts are only enabled in debug builds'],
-        'category'  : 'debug',
-    }],
-
     ['SINGLE_THREADED', {
         'type'      : 'bool',
         'default'   : 'false',