summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/mw.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 11:57:33 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 11:57:33 +0000
commitd751518e07385c327359fd1ee6d2a6c7c21e5a5a (patch)
treec3f1d8346f524170886dd6af660d1ebc0f65d810 /Gui/mplayer/mw.h
parenteb57e0fd471fa6ace4eec7772e462ef312565cae (diff)
downloadmpv-d751518e07385c327359fd1ee6d2a6c7c21e5a5a.tar.bz2
mpv-d751518e07385c327359fd1ee6d2a6c7c21e5a5a.tar.xz
small bug fixed and workarounds :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4975 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/mw.h')
-rw-r--r--Gui/mplayer/mw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gui/mplayer/mw.h b/Gui/mplayer/mw.h
index 745349d573..fc39df24ef 100644
--- a/Gui/mplayer/mw.h
+++ b/Gui/mplayer/mw.h
@@ -208,7 +208,6 @@ void mplEventHandling( int msg,float param )
{
// --- user events
case evExit:
- wsDoExit(); // sets wsTrue=False;
exit_player( "Exit" );
break;