summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index b4c2edd76e..d56eef6513 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -261,7 +261,6 @@ static void genEOSD(mp_eosd_images_t *imgs) {
GLint scale_type = (scaled_osd) ? GL_LINEAR : GL_NEAREST;
ass_image_t *img = imgs->imgs;
ass_image_t *i;
- int cnt;
if (imgs->changed == 0) // there are elements, but they are unchanged
return;