summaryrefslogtreecommitdiffstats
path: root/libvo/vo_gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_gl.c')
-rw-r--r--libvo/vo_gl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 10c334d1fd..990671dcc2 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -332,13 +332,14 @@ static void check_events(void)
if(e&VO_EVENT_RESIZE) resize(vo_dwidth,vo_dheight);
}
+static void draw_osd(void)
+{
+}
static void
flip_page(void)
{
- check_events();
-
// glEnable(GL_TEXTURE_2D);
// glBindTexture(GL_TEXTURE_2D, texture_id);