From 25ee9617ff0b537bb30de92983baa745e49556b6 Mon Sep 17 00:00:00 2001 From: Oliver McFadden Date: Tue, 11 Sep 2012 09:19:19 +0300 Subject: mesa: remove FEATURE_queryobj define. Signed-off-by: Oliver McFadden Reviewed-by: Brian Paul --- src/mesa/main/queryobj.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/mesa/main/queryobj.c') diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c index 407a761e6ee..2b3b259331d 100644 --- a/src/mesa/main/queryobj.c +++ b/src/mesa/main/queryobj.c @@ -34,9 +34,6 @@ #include "main/dispatch.h" -#if FEATURE_queryobj - - /** * Allocate a new query object. This is a fallback routine called via * ctx->Driver.NewQueryObject(). @@ -734,9 +731,6 @@ _mesa_init_queryobj_dispatch(struct _glapi_table *disp) } -#endif /* FEATURE_queryobj */ - - /** * Allocate/init the context state related to query objects. */ -- cgit v1.2.3