diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 10:17:07 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:18 +0300 |
commit | 0c1ff721e1cc5729ef66b089fd776bf2bfd957ae (patch) | |
tree | ea13563cb331171c442ccf4e4a530862fb09f137 /src/mesa/main/dlist.c | |
parent | 528f48432e58579d28a374581b1e6c7e64055381 (diff) |
mesa: remove FEATURE_EXT_framebuffer_object define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index b3c605e71de..3df4f6cc1f8 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -46,9 +46,7 @@ #include "dlist.h" #include "enums.h" #include "eval.h" -#if FEATURE_EXT_framebuffer_object #include "fbobject.h" -#endif #include "framebuffer.h" #include "glapi/glapi.h" #include "glformats.h" |