summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/targets/libgl-xlib/xlib.c8
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 5914f63352..2f8cd2d404 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.
*