diff gui/mplayer/gui_common.h @ 33548:55b8f5d5df15

Remove unused parameter 'Size' in wsConvert().
author ib
date Fri, 17 Jun 2011 17:51:50 +0000
parents ba473335e68b
children
line wrap: on
line diff
--- a/gui/mplayer/gui_common.h	Fri Jun 17 13:22:41 2011 +0000
+++ b/gui/mplayer/gui_common.h	Fri Jun 17 17:51:50 2011 +0000
@@ -21,6 +21,6 @@
 
 #include "gui/app.h"
 
-void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db, int size);
+void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db);
 
 #endif /* MPLAYER_GUI_GUI_COMMON_H */