diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-16 13:26:22 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-16 13:26:22 +0000 |
commit | 70e30009b4c7e1fee3f89a1a8a62b662c1ff226f (patch) | |
tree | c81f16d569c016377dc64c63f09783d4e051c945 /Gui/mplayer/mw.c | |
parent | 087b6f4c1b56cf09e5d1dbaa2a57759f55ca1ccc (diff) |
Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20266 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/mw.c')
-rw-r--r-- | Gui/mplayer/mw.c | 1 |
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 ) |