changeset 23648:09f454fc4d79

Remove now unused variable
author reimar
date Tue, 26 Jun 2007 15:51:47 +0000
parents ee915faa2a2e
children 404d35495770
files libvo/vo_gl2.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl2.c	Tue Jun 26 15:51:43 2007 +0000
+++ b/libvo/vo_gl2.c	Tue Jun 26 15:51:47 2007 +0000
@@ -93,7 +93,6 @@
   GLubyte *texture;
   GLuint texobj;
   GLuint uvtexobjs[2];
-  int isTexture;
   GLfloat fx, fy, fw, fh;
   int isDirty;
   int dirtyXoff, dirtyYoff, dirtyWidth, dirtyHeight;
@@ -248,7 +247,6 @@
       tsq->fh = texpercy;
 
       tsq->isDirty=GL_FALSE;
-      tsq->isTexture=GL_FALSE;
       tsq->texobj=0;
       tsq->uvtexobjs[0] = tsq->uvtexobjs[1] = 0;
       tsq->dirtyXoff=0; tsq->dirtyYoff=0; tsq->dirtyWidth=-1; tsq->dirtyHeight=-1;
@@ -264,7 +262,6 @@
         glBindTexture (GL_TEXTURE_2D, tsq->uvtexobjs[1]);
         ActiveTexture(GL_TEXTURE0);
       }
-        tsq->isTexture=GL_TRUE;
 
       glCreateClearTex(GL_TEXTURE_2D, gl_internal_format, GL_LINEAR,
                        texture_width, texture_height, 0);