summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 00:03:51 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-07 00:03:51 +0000
commitaa242fc9c3cccee4dd355a01d374605b252c766d (patch)
treeed63a15d0f97cc9f7161f5b7d2451e9d91aab601 /Gui
parent68501fc2d58205ebbf0c8a61f2ab029f00441043 (diff)
downloadmpv-aa242fc9c3cccee4dd355a01d374605b252c766d.tar.bz2
mpv-aa242fc9c3cccee4dd355a01d374605b252c766d.tar.xz
sorry, 10l:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4966 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/interface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index a365f1b0b5..7a2ad51a68 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -82,5 +82,4 @@ void guiEventHandling( void )
if ( use_gui && !guiIntfStruct.Playing ) wsHandleEvents();
gtkEventHandling();
mplTimerHandler(); // handle GUI timer events
- mplState();
}