# HG changeset patch # User diego # Date 1161005182 0 # Node ID f86a91bbb546175b537c15ce8c564d4364769327 # Parent 135e5919638f0e7f1e1eeb7157e0be6b32288e32 Remove unused variable. diff -r 135e5919638f -r f86a91bbb546 Gui/mplayer/mw.c --- a/Gui/mplayer/mw.c Mon Oct 16 11:57:11 2006 +0000 +++ b/Gui/mplayer/mw.c Mon Oct 16 13:26:22 2006 +0000 @@ -79,7 +79,6 @@ void mplEventHandling( int msg,float param ) { - int j; int iparam = (int)param; switch( msg )