# HG changeset patch # User reimar # Date 1158952540 0 # Node ID 2c552f298f0d59a6cf37a53184cfcbfa552137ac # Parent 0b5b9cbbc74e401017600191e74f5448c926e9d2 remove useless zero-initialization code. diff -r 0b5b9cbbc74e -r 2c552f298f0d libvo/vo_gl.c --- a/libvo/vo_gl.c Fri Sep 22 18:56:09 2006 +0000 +++ b/libvo/vo_gl.c Fri Sep 22 19:15:40 2006 +0000 @@ -307,9 +307,6 @@ * set global gl-related variables to their default values */ static int initGl(uint32_t d_width, uint32_t d_height) { - osdtexCnt = 0; gl_buffer = 0; gl_buffersize = 0; err_shown = 0; - eosdtexCnt = 0; - fragprog = 0; texSize(image_width, image_height, &texture_width, &texture_height); glDisable(GL_BLEND);