diff options
author | Oliver McFadden <[email protected]> | 2012-09-13 10:53:29 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:59 +0300 |
commit | 2bc8f03f4995b542784566928ff68b830283bf83 (patch) | |
tree | 791c819828c1e1504d18cb414d8ff00988367fe9 /src/mesa/main/histogram.c | |
parent | 9f37b405a3de8668a5f74c9681829688475ac3b7 (diff) |
mesa: remove never-defined FEATURE_histogram conditional.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
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 */ |