summaryrefslogtreecommitdiff
path: root/cogl/cogl-texture.c
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-texture.c')
-rw-r--r--cogl/cogl-texture.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cogl/cogl-texture.c b/cogl/cogl-texture.c
index 6f75423e..a78af53b 100644
--- a/cogl/cogl-texture.c
+++ b/cogl/cogl-texture.c
@@ -418,12 +418,6 @@ _cogl_texture_transform_quad_coords_to_gl (CoglTexture *texture,
return texture->vtable->transform_quad_coords_to_gl (texture, coords);
}
-GLenum
-_cogl_texture_get_gl_format (CoglTexture *texture)
-{
- return texture->vtable->get_gl_format (texture);
-}
-
CoglBool
cogl_texture_get_gl_texture (CoglTexture *texture,
GLuint *out_gl_handle,