summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 8ae17732ea..dd420a7ebb 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -57,8 +57,6 @@ typedef struct GL GL;
void glAdjustAlignment(GL *gl, int stride);
-const char *glValName(GLint value);
-
int glFindFormat(uint32_t format, int have_texture_rg, int *bpp,
GLint *gl_texfmt, GLenum *gl_format, GLenum *gl_type);
int glFmt2bpp(GLenum format, GLenum type);