diff gui/wm/ws.h @ 33548:55b8f5d5df15

Remove unused parameter 'Size' in wsConvert().
author ib
date Fri, 17 Jun 2011 17:51:50 +0000
parents 729826b857cf
children 520fb0f7544c
line wrap: on
line diff
--- a/gui/wm/ws.h	Fri Jun 17 13:22:41 2011 +0000
+++ b/gui/wm/ws.h	Fri Jun 17 17:51:50 2011 +0000
@@ -262,7 +262,7 @@
 // Image handling
 // ----------------------------------------------------------------------------------------------
 void wsCreateImage(wsTWindow *win, int Width, int Height);
-void wsConvert(wsTWindow *win, unsigned char *Image, unsigned int Size);
+void wsConvert(wsTWindow *win, unsigned char *Image);
 void wsPutImage(wsTWindow *win);
 void wsResizeImage(wsTWindow *win, int Width, int Height);
 void wsDestroyImage(wsTWindow *win);