[MPlayer-cvslog] r33480 - trunk/gui/interface.c
reimar
subversion at mplayerhq.hu
Sun May 22 13:16:20 CEST 2011
Author: reimar
Date: Sun May 22 13:16:19 2011
New Revision: 33480
Log:
Remove completely unused variable.
Modified:
trunk/gui/interface.c
Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c Sun May 22 12:33:15 2011 (r33479)
+++ trunk/gui/interface.c Sun May 22 13:16:19 2011 (r33480)
@@ -554,7 +554,6 @@ static void add_vf(char *str)
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 @@ int guiGetEvent(int type, void *arg)
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);
}
More information about the MPlayer-cvslog
mailing list