summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
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);