mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
Remove two unused variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23670 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d3bc927fc4
commit
15d418e19b
@ -154,7 +154,6 @@ static int initTextures(void)
|
|||||||
int s;
|
int s;
|
||||||
int x=0, y=0;
|
int x=0, y=0;
|
||||||
GLint format=0;
|
GLint format=0;
|
||||||
GLenum err;
|
|
||||||
|
|
||||||
// textures smaller than 64x64 might not be supported
|
// textures smaller than 64x64 might not be supported
|
||||||
s=64;
|
s=64;
|
||||||
@ -382,7 +381,6 @@ static void drawTextureDisplay (void)
|
|||||||
{
|
{
|
||||||
struct TexSquare *square = texgrid;
|
struct TexSquare *square = texgrid;
|
||||||
int x, y;
|
int x, y;
|
||||||
GLenum err;
|
|
||||||
|
|
||||||
glColor3f(1.0,1.0,1.0);
|
glColor3f(1.0,1.0,1.0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user