From 9f37b405a3de8668a5f74c9681829688475ac3b7 Mon Sep 17 00:00:00 2001 From: Oliver McFadden Date: Thu, 13 Sep 2012 10:44:09 +0300 Subject: mesa: remove remaining FEATURE_* defines where protected by API check. Signed-off-by: Oliver McFadden Reviewed-by: Brian Paul --- src/gallium/targets/egl-static/egl_st.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gallium/targets/egl-static/egl_st.c') diff --git a/src/gallium/targets/egl-static/egl_st.c b/src/gallium/targets/egl-static/egl_st.c index 67e3c29a1ca..8c06fb74bd6 100644 --- a/src/gallium/targets/egl-static/egl_st.c +++ b/src/gallium/targets/egl-static/egl_st.c @@ -129,12 +129,10 @@ egl_st_create_api(enum st_api_type api) switch (api) { case ST_API_OPENGL: -#if FEATURE_GL || FEATURE_ES1 || FEATURE_ES2 #if _EGL_EXTERNAL_GL stapi = egl_st_load_gl(); #else stapi = st_gl_api_create(); -#endif #endif break; case ST_API_OPENVG: -- cgit v1.2.3