st/mesa: account for "loose", per-mipmap level textures in CopyImageSubData
[mesa.git] / src / mesa / state_tracker / st_gl_api.h
index 57c6d9f24d29f81b1f6106584e39841615cb0e97..55ad778c97d297b872073ae0d5204120f4f16654 100644 (file)
@@ -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