summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-07-10 02:03:32 +0100
committerKeith Packard <keithp@keithp.com>2012-07-10 00:42:09 -0700
commitfadfc2947075c832cd1107d2c0866ad13fa756c4 (patch)
treed29412b59619ec5c94a4dc506784b42bdc3d7e7b /os
parent06e4ba8b26fb974bdd84144b3e002f0f7589e7f7 (diff)
GLX: Remove unused noGlxVisualInit
No-one ever did anything with this variable except assign its default value to it. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Adam Jackson <ajax@redhat.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'os')
-rw-r--r--os/utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/utils.c b/os/utils.c
index b00d38b70..b50cbdbdf 100644
--- a/os/utils.c
+++ b/os/utils.c
@@ -138,7 +138,6 @@ Bool noDPMSExtension = FALSE;
#endif
#ifdef GLXEXT
Bool noGlxExtension = FALSE;
-Bool noGlxVisualInit = FALSE;
#endif
#ifdef SCREENSAVER
Bool noScreenSaverExtension = FALSE;