summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-22 19:15:40 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-22 19:15:40 +0000
commit0c8fc56f346db051b41aba6346e6f529824f4998 (patch)
tree8b4dc0421913aad9fe9a1f7bb10edd70cdc30cb5 /libvo
parent0ba8cc29723257840b9afb43c0364c68a190c77d (diff)
downloadmpv-0c8fc56f346db051b41aba6346e6f529824f4998.tar.bz2
mpv-0c8fc56f346db051b41aba6346e6f529824f4998.tar.xz
remove useless zero-initialization code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19939 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c3
1 files changed, 0 insertions, 3 deletions
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);