comparison 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
comparison
equal deleted inserted replaced
33547:82909caef905 33548:55b8f5d5df15
19 #ifndef MPLAYER_GUI_GUI_COMMON_H 19 #ifndef MPLAYER_GUI_GUI_COMMON_H
20 #define MPLAYER_GUI_GUI_COMMON_H 20 #define MPLAYER_GUI_GUI_COMMON_H
21 21
22 #include "gui/app.h" 22 #include "gui/app.h"
23 23
24 void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db, int size); 24 void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db);
25 25
26 #endif /* MPLAYER_GUI_GUI_COMMON_H */ 26 #endif /* MPLAYER_GUI_GUI_COMMON_H */