summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_gl_api.h
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-09-10 13:42:49 +0800
committerChia-I Wu <olv@lunarg.com>2010-09-10 15:44:19 +0800
commit5ea092117fb607a5776f52d251f976c5691575c8 (patch)
tree49686f598caed1ea313cb5f54b6c08bda9e8f794 /src/mesa/state_tracker/st_gl_api.h
parent948e3fa27ca9112b903a180d1a18c61cfb2928dc (diff)
gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
They are no longer used.
Diffstat (limited to 'src/mesa/state_tracker/st_gl_api.h')
-rw-r--r--src/mesa/state_tracker/st_gl_api.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_gl_api.h b/src/mesa/state_tracker/st_gl_api.h
index 57c6d9f24d..55ad778c97 100644
--- a/src/mesa/state_tracker/st_gl_api.h
+++ b/src/mesa/state_tracker/st_gl_api.h
@@ -3,7 +3,5 @@
#define ST_GL_API_H
struct st_api *st_gl_api_create(void);
-struct st_api *st_gl_api_create_es1(void);
-struct st_api *st_gl_api_create_es2(void);
#endif