summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
authorwm4 <wm4@mplayer2.org>2012-03-17 11:20:51 +0100
committerwm4 <wm4@mplayer2.org>2012-03-31 02:58:53 +0200
commit4b883505f65a89ccf7d06528d1f49808e692f4e2 (patch)
treeef5bd7cb2233052e18dc7fe65b88a074606a27c9 /libvo/gl_common.h
parent8793a4c77b71979db1a64fe312e2e6f0ab8ccf48 (diff)
downloadmpv-4b883505f65a89ccf7d06528d1f49808e692f4e2.tar.bz2
mpv-4b883505f65a89ccf7d06528d1f49808e692f4e2.tar.xz
gl_common: remove unused glValName()
Using helper programs like apitrace is better for debugging.
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);