diff options
author | Chia-I Wu <[email protected]> | 2011-06-24 11:15:55 +0900 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-06-24 16:49:27 +0900 |
commit | 875a1f8960bbbb56fda291f19b1f119fc23b17fe (patch) | |
tree | ac6053302a18c4d0e0cbef07a862057a8e3e0eb0 /src/gallium/targets/egl/st_GL.c | |
parent | b8f097f7a0da976ea23f8ee124f6faf0472ce42c (diff) |
targets/egl: removed
Not used.
Diffstat (limited to 'src/gallium/targets/egl/st_GL.c')
-rw-r--r-- | src/gallium/targets/egl/st_GL.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/targets/egl/st_GL.c b/src/gallium/targets/egl/st_GL.c deleted file mode 100644 index c1df844aa43..00000000000 --- a/src/gallium/targets/egl/st_GL.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(); -} |