aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/queryobj.c
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2012-09-11 09:19:19 +0300
committerOliver McFadden <[email protected]>2012-09-15 12:56:53 +0300
commit25ee9617ff0b537bb30de92983baa745e49556b6 (patch)
tree3d0e57213b39083ca7cd85eff5f7148a1b8bc0cb /src/mesa/main/queryobj.c
parent0ba82f910874e07180d08ae37ebd043eee727f84 (diff)
mesa: remove FEATURE_queryobj define.
Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/queryobj.c')
-rw-r--r--src/mesa/main/queryobj.c6
1 files changed, 0 insertions, 6 deletions
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.
*/