Module: Mesa Branch: master Commit: 0dbcf3b014ff05843bc71235652cd4a0e089bbc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0dbcf3b014ff05843bc71235652cd4a0e089bbc9
Author: Chia-I Wu <[email protected]> Date: Thu Sep 16 13:29:26 2010 +0800 libgl-xlib: Remove unused st_api_create_OpenGL. st/egl no longer relies on libGL for OpenGL support. --- src/gallium/targets/libgl-xlib/xlib.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/gallium/targets/libgl-xlib/xlib.c b/src/gallium/targets/libgl-xlib/xlib.c index 5914f63..2f8cd2d 100644 --- a/src/gallium/targets/libgl-xlib/xlib.c +++ b/src/gallium/targets/libgl-xlib/xlib.c @@ -39,14 +39,6 @@ #include "state_tracker/st_api.h" #include "state_tracker/st_gl_api.h" -/* piggy back on this libGL for OpenGL support in EGL */ -struct st_api * -st_api_create_OpenGL() -{ - return st_gl_api_create(); -} - - /* Helper function to choose and instantiate one of the software rasterizers: * cell, llvmpipe, softpipe. * _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
