libgl-xlib: Remove unused st_api_create_OpenGL.

st/egl no longer relies on libGL for OpenGL support.
This commit is contained in:
Chia-I Wu 2010-09-16 13:29:26 +08:00
parent cadc4ad963
commit 0dbcf3b014

View file

@ -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.
*