From 1e3651569b3395d38e1d343f894844c043a66a6f Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 31 Oct 2007 16:01:18 -0600 Subject: [PATCH] remove some extension #defines --- src/mesa/pipe/xlib/xmesaP.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/mesa/pipe/xlib/xmesaP.h b/src/mesa/pipe/xlib/xmesaP.h index c4c78be8640..d0e8f324305 100644 --- a/src/mesa/pipe/xlib/xmesaP.h +++ b/src/mesa/pipe/xlib/xmesaP.h @@ -526,17 +526,6 @@ XMESA_BUFFER(GLframebuffer *b) -#define ENABLE_EXT_texure_compression_s3tc 0 /* SW texture compression */ - -#ifdef XFree86Server -#define ENABLE_EXT_timer_query 0 -#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L -#define ENABLE_EXT_timer_query 1 /* should have 64-bit GLuint64EXT */ -#else -#define ENABLE_EXT_timer_query 0 /* may not have 64-bit GLuint64EXT */ -#endif - - struct pipe_surface; struct pipe_context; -- 2.30.2