comparison libvo/vo_gl.c @ 23381:300e9b7c499f

Remove some unused variables, patch by timwoj ieee org.
author diego
date Mon, 28 May 2007 08:42:35 +0000
parents 960434b7d963
children 96e93cd1ac9e
comparison
equal deleted inserted replaced
23380:8ef36374e8c5 23381:300e9b7c499f
259 int smalltexcur = 0; 259 int smalltexcur = 0;
260 GLuint *curtex; 260 GLuint *curtex;
261 GLint scale_type = (scaled_osd) ? GL_LINEAR : GL_NEAREST; 261 GLint scale_type = (scaled_osd) ? GL_LINEAR : GL_NEAREST;
262 ass_image_t *img = imgs->imgs; 262 ass_image_t *img = imgs->imgs;
263 ass_image_t *i; 263 ass_image_t *i;
264 int cnt;
265 264
266 if (imgs->changed == 0) // there are elements, but they are unchanged 265 if (imgs->changed == 0) // there are elements, but they are unchanged
267 return; 266 return;
268 if (img && imgs->changed == 1) // there are elements, but they just moved 267 if (img && imgs->changed == 1) // there are elements, but they just moved
269 goto skip_upload; 268 goto skip_upload;