diff options
Diffstat (limited to 'src/mesa/main/histogram.c')
-rw-r--r-- | src/mesa/main/histogram.c | 4 |
1 files changed, 0 insertions, 4 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 */ |