summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-02 13:35:04 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-02 13:35:04 +0000
commit90dabd0261ce580efb8bfe078eb3717673cea8ea (patch)
treebac8807b73f59c8a5ab12c7efffc9d018f58b96b /Gui/mplayer/mplayer.c
parent2677cc6ae2f2d5dda311a1ed5afd17f3f195cd4b (diff)
downloadmpv-90dabd0261ce580efb8bfe078eb3717673cea8ea.tar.bz2
mpv-90dabd0261ce580efb8bfe078eb3717673cea8ea.tar.xz
fix volume handling ( step 2 ) -- add balance support and some code cleanup and fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6620 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/mplayer.c')
-rw-r--r--Gui/mplayer/mplayer.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/Gui/mplayer/mplayer.c b/Gui/mplayer/mplayer.c
index 4286841780..544d8f8a7a 100644
--- a/Gui/mplayer/mplayer.c
+++ b/Gui/mplayer/mplayer.c
@@ -35,13 +35,6 @@ void mplEventHandling( int msg,float param );
#include "sw.h"
#include "widgets.h"
-void mplTimerHandler( void )
-{
- mplTimer++;
- mplRedrawTimer--;
- if ( mplRedrawTimer == 0 ) mplEventHandling( evRedraw,0 );
-}
-
void mplInit( void * disp )
{
int i;