X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgallium%2Ftargets%2Fegl%2Fst_GL.c;fp=src%2Fgallium%2Ftargets%2Fegl%2Fst_GL.c;h=69c8f7a83cf5a1a918c0dcb789b01dbfcda706b6;hb=948e3fa27ca9112b903a180d1a18c61cfb2928dc;hp=17b7bf9d48100a02b0a20eb8cfb671706e562428;hpb=0cd480f07639ec9ee01424aaa3e0c900b2204d4f;p=mesa.git diff --git a/src/gallium/targets/egl/st_GL.c b/src/gallium/targets/egl/st_GL.c index 17b7bf9d481..69c8f7a83cf 100644 --- a/src/gallium/targets/egl/st_GL.c +++ b/src/gallium/targets/egl/st_GL.c @@ -1,26 +1,8 @@ #include "state_tracker/st_gl_api.h" #include "state_tracker/st_api.h" -#if FEATURE_GL PUBLIC struct st_api * st_api_create_OpenGL(void) { return st_gl_api_create(); } -#endif - -#if FEATURE_ES1 -PUBLIC struct st_api * -st_api_create_OpenGL_ES1(void) -{ - return st_gl_api_create_es1(); -} -#endif - -#if FEATURE_ES2 -PUBLIC struct st_api * -st_api_create_OpenGL_ES2(void) -{ - return st_gl_api_create_es2(); -} -#endif