summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 84dfbc0636..bce4009598 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1319,7 +1319,6 @@ fflush(stdout);
#ifdef HAVE_NEW_GUI
if ( use_gui )
{
- guiGetEvent( guiSetShVideo,(char *)sh_video );
guiGetEvent( guiSetFileName,filename );
guiIntfStruct.StreamType=stream->type;
if ( sh_audio ) guiIntfStruct.AudioType=sh_audio->channels; else guiIntfStruct.AudioType=0;