aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorOliver McFadden <[email protected]>2012-09-13 10:44:09 +0300
committerOliver McFadden <[email protected]>2012-09-15 12:57:57 +0300
commit9f37b405a3de8668a5f74c9681829688475ac3b7 (patch)
tree65278c8be5965885686f40b5de87d7b6c1570b53 /src/gallium
parentab1a9430c3a4c2ec52e0dbb969a01165dd33ce4b (diff)
mesa: remove remaining FEATURE_* defines where protected by API check.
Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/targets/egl-static/egl_st.c2
1 files changed, 0 insertions, 2 deletions
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,13 +129,11 @@ 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:
#if FEATURE_VG