summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-16 13:26:22 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-16 13:26:22 +0000
commit70e30009b4c7e1fee3f89a1a8a62b662c1ff226f (patch)
treec81f16d569c016377dc64c63f09783d4e051c945 /Gui
parent087b6f4c1b56cf09e5d1dbaa2a57759f55ca1ccc (diff)
downloadmpv-70e30009b4c7e1fee3f89a1a8a62b662c1ff226f.tar.bz2
mpv-70e30009b4c7e1fee3f89a1a8a62b662c1ff226f.tar.xz
Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20266 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/mw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gui/mplayer/mw.c b/Gui/mplayer/mw.c
index 3ac3844488..34450f22be 100644
--- a/Gui/mplayer/mw.c
+++ b/Gui/mplayer/mw.c
@@ -79,7 +79,6 @@ static unsigned last_redraw_time = 0;
void mplEventHandling( int msg,float param )
{
- int j;
int iparam = (int)param;
switch( msg )