diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-09 16:01:36 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-09 16:01:36 +0000 |
commit | e364249f21f7273f86d03264ec4d6d4957bd7dd5 (patch) | |
tree | 8c44cb7b9d1d67ba58f022cded15221175d5354f /Gui/mplayer/mw.c | |
parent | 4a3877c93ac469786ab704159b1a4744621daf73 (diff) |
Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18981 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/mw.c')
-rw-r--r-- | Gui/mplayer/mw.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Gui/mplayer/mw.c b/Gui/mplayer/mw.c index 9c2062116e..7c188789da 100644 --- a/Gui/mplayer/mw.c +++ b/Gui/mplayer/mw.c @@ -53,9 +53,6 @@ int i,pot = 0; void mplMainDraw( void ) { - wItem * item; - txSample * image = NULL; - int i, type; if ( appMPlayer.mainWindow.State == wsWindowClosed ) exit_player( MSGTR_Exit_quit ); |