comparison 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
comparison
equal deleted inserted replaced
33547:82909caef905 33548:55b8f5d5df15
377 377
378 i += r; 378 i += r;
379 } 379 }
380 } 380 }
381 381
382 void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db, int size) 382 void RenderAll(wsTWindow *window, wItem *Items, int nrItems, char *db)
383 { 383 {
384 wItem *item; 384 wItem *item;
385 txSample *image = NULL; 385 txSample *image = NULL;
386 int i, ofs; 386 int i, ofs;
387 387
479 479
480 break; 480 break;
481 } 481 }
482 } 482 }
483 483
484 wsConvert(window, db, size); 484 wsConvert(window, db);
485 } 485 }