libgl-xlib: Remove unused st_api_create_OpenGL.
authorChia-I Wu <olv@lunarg.com>
Thu, 16 Sep 2010 05:29:26 +0000 (13:29 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 17 Sep 2010 04:54:26 +0000 (12:54 +0800)
st/egl no longer relies on libGL for OpenGL support.

src/gallium/targets/libgl-xlib/xlib.c

index 5914f63352a147da59faad17761bf5da4f44bbc5..2f8cd2d404ae01262621c0bea82db98141d2bbe9 100644 (file)
 #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.
  *