From 30ed4ced1161ef61efd10de81ff3324d0e7ff39e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 17 Feb 2011 07:27:17 -0700 Subject: mesa: remove the MESA_NO_DITHER env var This was sometimes useful back when 16-bit framebuffers were prominent. --- src/mesa/main/mtypes.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mesa/main/mtypes.h') 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; -- cgit v1.2.3