diff options
author | Timothy Arceri <[email protected]> | 2018-08-15 14:06:40 +1000 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2018-08-20 13:53:58 +1000 |
commit | 498831c7e6ac0d753316d0190214f71276d51e1a (patch) | |
tree | 70a22cf1d80c5605211f9b1c1d51f9148625cc43 /src/util/xmlpool/t_options.h | |
parent | 4a91d4ef0fe066f292438576a49b40deb24a495d (diff) |
mesa: remove unused dri config option performance_boxes
This seems to have only been used by DRI1 drivers which were
removed with e4344161bde2.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/util/xmlpool/t_options.h')
-rw-r--r-- | src/util/xmlpool/t_options.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/xmlpool/t_options.h b/src/util/xmlpool/t_options.h index d4881b334e1..7fe1edce48b 100644 --- a/src/util/xmlpool/t_options.h +++ b/src/util/xmlpool/t_options.h @@ -60,11 +60,6 @@ DRI_CONF_OPT_BEGIN_B(no_rast, def) \ DRI_CONF_DESC(en,gettext("Disable 3D acceleration")) \ DRI_CONF_OPT_END -#define DRI_CONF_PERFORMANCE_BOXES(def) \ -DRI_CONF_OPT_BEGIN_B(performance_boxes, def) \ - DRI_CONF_DESC(en,gettext("Show performance boxes")) \ -DRI_CONF_OPT_END - #define DRI_CONF_ALWAYS_FLUSH_BATCH(def) \ DRI_CONF_OPT_BEGIN_B(always_flush_batch, def) \ DRI_CONF_DESC(en,gettext("Enable flushing batchbuffer after each draw call")) \ |