diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:16:33 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:56:50 +0300 |
commit | 26a26e9992d243dbdcd2f7f9a47723fe5cf060d2 (patch) | |
tree | b161ab1c7426c5b20877fc09a60d8aacc2d99ecd /src/mesa/main/feedback.c | |
parent | fa9fc2332b6b76460d29c0045b2e1a8d8036ed6b (diff) |
mesa: remove FEATURE_feedback define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/feedback.c')
-rw-r--r-- | src/mesa/main/feedback.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/feedback.c b/src/mesa/main/feedback.c index f95e3b5d459..8a63acdf1c6 100644 --- a/src/mesa/main/feedback.c +++ b/src/mesa/main/feedback.c @@ -40,9 +40,6 @@ #include "main/dispatch.h" -#if FEATURE_feedback - - #define FB_3D 0x01 #define FB_4D 0x02 #define FB_COLOR 0x04 @@ -515,9 +512,6 @@ _mesa_init_feedback_dispatch(struct _glapi_table *disp) } -#endif /* FEATURE_feedback */ - - /**********************************************************************/ /** \name Initialization */ /*@{*/ |