From fadfc2947075c832cd1107d2c0866ad13fa756c4 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 10 Jul 2012 02:03:32 +0100 Subject: GLX: Remove unused noGlxVisualInit No-one ever did anything with this variable except assign its default value to it. Signed-off-by: Daniel Stone Reviewed-by: Adam Jackson Acked-by: Peter Hutterer Reviewed-by: Ian Romanick Signed-off-by: Keith Packard --- os/utils.c | 1 - 1 file changed, 1 deletion(-) (limited to 'os') 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; -- cgit v1.2.3