summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-14 19:24:49 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-14 19:24:49 +0000
commitc7888c0a7f5315df7e22997afd1ed3ee842dd9f8 (patch)
tree6299c3c58666e61823d958ce089fb10e8d20205c /libvo/gl_common.c
parentf1fcbe1d1183e7dd7af7cbd6bc512ceef164e8fa (diff)
downloadmpv-c7888c0a7f5315df7e22997afd1ed3ee842dd9f8.tar.bz2
mpv-c7888c0a7f5315df7e22997afd1ed3ee842dd9f8.tar.xz
remove/move some unused headers/variables/code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16222 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.c')
-rw-r--r--libvo/gl_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c
index 8aa75cd5d0..ab9358ef1c 100644
--- a/libvo/gl_common.c
+++ b/libvo/gl_common.c
@@ -38,8 +38,6 @@ void glAdjustAlignment(int stride) {
glPixelStorei (GL_UNPACK_ALIGNMENT, gl_alignment);
}
-#include "img_format.h"
-
struct gl_name_map_struct {
GLint value;
char *name;