From 71caa0b79b1ff3dd4e8ff7aeaec9301aa0704ee2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 8 Apr 2017 13:36:11 +0200 Subject: vo_opengl: remove two unused symbols --- video/out/opengl/utils.c | 1 - video/out/opengl/utils.h | 1 - 2 files changed, 2 deletions(-) diff --git a/video/out/opengl/utils.c b/video/out/opengl/utils.c index 36e63e03ff..c080f71299 100644 --- a/video/out/opengl/utils.c +++ b/video/out/opengl/utils.c @@ -458,7 +458,6 @@ struct sc_entry { int num_uniforms; bstr frag; bstr vert; - struct gl_vao *vao; }; struct gl_shader_cache { diff --git a/video/out/opengl/utils.h b/video/out/opengl/utils.h index 9b57cb5296..aa936f6e35 100644 --- a/video/out/opengl/utils.h +++ b/video/out/opengl/utils.h @@ -171,7 +171,6 @@ void gl_sc_set_vao(struct gl_shader_cache *sc, struct gl_vao *vao); void gl_sc_enable_extension(struct gl_shader_cache *sc, char *name); void gl_sc_generate(struct gl_shader_cache *sc); void gl_sc_reset(struct gl_shader_cache *sc); -void gl_sc_unbind(struct gl_shader_cache *sc); struct gl_timer; -- cgit v1.2.3