summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl/st_GLESv2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/egl/st_GLESv2.c')
-rw-r--r--src/gallium/targets/egl/st_GLESv2.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/targets/egl/st_GLESv2.c b/src/gallium/targets/egl/st_GLESv2.c
deleted file mode 100644
index c1df844aa4..0000000000
--- a/src/gallium/targets/egl/st_GLESv2.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "state_tracker/st_gl_api.h"
-#include "egl.h"
-
-PUBLIC struct st_api *
-st_api_create_OpenGL(void)
-{
- return st_gl_api_create();
-}