changeset 33392:3844d17b0a24

Remove completely unused variable.
author reimar
date Sun, 22 May 2011 11:16:19 +0000
parents f52f5d11a2af
children eda1d0125255
files gui/interface.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Sun May 22 10:33:15 2011 +0000
+++ b/gui/interface.c	Sun May 22 11:16:19 2011 +0000
@@ -554,7 +554,6 @@
 int guiGetEvent(int type, void *arg)
 {
     const ao_functions_t *audio_out = NULL;
-    const vo_functions_t *video_out = NULL;
     mixer_t *mixer = NULL;
 
     stream_t *stream = arg;
@@ -565,7 +564,6 @@
 
     if (guiIntfStruct.mpcontext) {
         audio_out = mpctx_get_audio_out(guiIntfStruct.mpcontext);
-        video_out = mpctx_get_video_out(guiIntfStruct.mpcontext);
         mixer     = mpctx_get_mixer(guiIntfStruct.mpcontext);
     }