Mercurial > mplayer.hg
changeset 23650:9c935f7e5b22
Remove two unused variables
author | reimar |
---|---|
date | Tue, 26 Jun 2007 15:51:51 +0000 |
parents | 404d35495770 |
children | 604f56414432 |
files | libvo/vo_gl2.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_gl2.c Tue Jun 26 15:51:49 2007 +0000 +++ b/libvo/vo_gl2.c Tue Jun 26 15:51:51 2007 +0000 @@ -154,7 +154,6 @@ 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 @@ { struct TexSquare *square = texgrid; int x, y; - GLenum err; glColor3f(1.0,1.0,1.0);