Remove two unused variables

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23670 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-06-26 15:51:51 +00:00
parent d3bc927fc4
commit 15d418e19b
1 changed files with 0 additions and 2 deletions

View File

@ -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);