From 0c8fc56f346db051b41aba6346e6f529824f4998 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 22 Sep 2006 19:15:40 +0000 Subject: remove useless zero-initialization code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19939 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libvo/vo_gl.c') diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 3040177636..733be27a0f 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -307,9 +307,6 @@ static void uninitGl(void) { * 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); -- cgit v1.2.3