Mercurial > mplayer.hg
diff gui/mplayer/gui_common.c @ 33548:55b8f5d5df15
Remove unused parameter 'Size' in wsConvert().
author | ib |
---|---|
date | Fri, 17 Jun 2011 17:51:50 +0000 |
parents | ba473335e68b |
children | c5a19bbeac2b |
line wrap: on
line diff
--- a/gui/mplayer/gui_common.c Fri Jun 17 13:22:41 2011 +0000 +++ b/gui/mplayer/gui_common.c Fri Jun 17 17:51:50 2011 +0000 @@ -379,7 +379,7 @@ } } -void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db, int size) +void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db) { wItem *item; txSample *image = NULL; @@ -481,5 +481,5 @@ } } - wsConvert(window, db, size); + wsConvert(window, db); }