summaryrefslogtreecommitdiff
path: root/cogl/cogl/cogl-texture-driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl/cogl-texture-driver.h')
-rw-r--r--cogl/cogl/cogl-texture-driver.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/cogl/cogl/cogl-texture-driver.h b/cogl/cogl/cogl-texture-driver.h
index f77c54880..a6e7d4f1a 100644
--- a/cogl/cogl/cogl-texture-driver.h
+++ b/cogl/cogl/cogl-texture-driver.h
@@ -172,15 +172,6 @@ struct _CoglTextureDriver
int depth);
/*
- * This driver abstraction is needed because GLES doesn't support setting
- * a texture border color.
- */
- void
- (* try_setting_gl_border_color) (CoglContext *ctx,
- GLuint gl_target,
- const GLfloat *transparent_color);
-
- /*
* It may depend on the driver as to what texture targets may be used when
* creating a foreign texture. E.g. OpenGL supports ARB_texture_rectangle
* but GLES doesn't