summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/histogram.c4
-rw-r--r--src/mesa/main/histogram.h11
2 files changed, 0 insertions, 15 deletions
diff --git a/src/mesa/main/histogram.c b/src/mesa/main/histogram.c
index 44fc1325ceb..d3dc7ddc4b8 100644
--- a/src/mesa/main/histogram.c
+++ b/src/mesa/main/histogram.c
@@ -32,8 +32,6 @@
#include "main/dispatch.h"
-#if FEATURE_histogram
-
/**********************************************************************
* API functions
*/
@@ -169,5 +167,3 @@ _mesa_init_histogram_dispatch(struct _glapi_table *disp)
SET_GetnHistogramARB(disp, _mesa_GetnHistogramARB);
SET_GetnMinmaxARB(disp, _mesa_GetnMinmaxARB);
}
-
-#endif /* FEATURE_histogram */
diff --git a/src/mesa/main/histogram.h b/src/mesa/main/histogram.h
index d97e74abbad..a9c312152b0 100644
--- a/src/mesa/main/histogram.h
+++ b/src/mesa/main/histogram.h
@@ -41,18 +41,7 @@
struct _glapi_table;
-#if FEATURE_histogram
-
extern void
_mesa_init_histogram_dispatch(struct _glapi_table *disp);
-#else /* FEATURE_histogram */
-
-static inline void
-_mesa_init_histogram_dispatch(struct _glapi_table *disp)
-{
-}
-
-#endif /* FEATURE_histogram */
-
#endif /* HISTOGRAM_H */