st/mesa: account for "loose", per-mipmap level textures in CopyImageSubData
[mesa.git] / src / mesa / state_tracker / st_gl_api.h
index fe1aec207ea2d6b7daa21d1e02d717f5344af28e..55ad778c97d297b872073ae0d5204120f4f16654 100644 (file)
@@ -2,10 +2,6 @@
 #ifndef ST_GL_API_H
 #define ST_GL_API_H
 
-#include "state_tracker/st_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