summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-26 15:51:51 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-26 15:51:51 +0000
commit15d418e19b06286308eb1ddddebdbc7d32c264b8 (patch)
tree80411a52ab382dda5576699733fa1127edfd34e7 /libvo
parentd3bc927fc488b08402ae8fe9ea4e662f13704882 (diff)
downloadmpv-15d418e19b06286308eb1ddddebdbc7d32c264b8.tar.bz2
mpv-15d418e19b06286308eb1ddddebdbc7d32c264b8.tar.xz
Remove two unused variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23670 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/vo_gl2.c b/libvo/vo_gl2.c
index fe0f9b83e9..7e18c6af2d 100644
--- a/libvo/vo_gl2.c
+++ b/libvo/vo_gl2.c
@@ -154,7 +154,6 @@ static int initTextures(void)
int s;
int x=0, y=0;
GLint format=0;
- GLenum err;
// textures smaller than 64x64 might not be supported
s=64;
@@ -382,7 +381,6 @@ static void drawTextureDisplay (void)
{
struct TexSquare *square = texgrid;
int x, y;
- GLenum err;
glColor3f(1.0,1.0,1.0);