changeset 19933:2c552f298f0d

remove useless zero-initialization code.
author reimar
date Fri, 22 Sep 2006 19:15:40 +0000
parents 0b5b9cbbc74e
children 864dcc4f0408
files libvo/vo_gl.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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);