summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-02-17 07:27:17 -0700
committerBrian Paul <brianp@vmware.com>2011-02-17 07:28:58 -0700
commit30ed4ced1161ef61efd10de81ff3324d0e7ff39e (patch)
tree4518662a82e2c593697a5ae79f4a54b59268afef /src/mesa/main/mtypes.h
parentb1d485712fb90ef243384cd646822ba1f460314b (diff)
mesa: remove the MESA_NO_DITHER env var
This was sometimes useful back when 16-bit framebuffers were prominent.
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index b5966dffea..b237063a6d 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -3295,9 +3295,6 @@ struct gl_context
GLboolean FirstTimeCurrent;
/*@}*/
- /** Dither disable via MESA_NO_DITHER env var */
- GLboolean NoDither;
-
/** software compression/decompression supported or not */
GLboolean Mesa_DXTn;