comparison gui/ui/menu.c @ 34472:f866092d51cd

Remove unused parameter from uiMenuMouseHandle().
author ib
date Fri, 13 Jan 2012 16:44:35 +0000
parents c34052f0594d
children b03481253518
comparison
equal deleted inserted replaced
34471:65ea3b7a704b 34472:f866092d51cd
66 menuRender=0; 66 menuRender=0;
67 } 67 }
68 wsPutImage( &guiApp.menuWindow ); 68 wsPutImage( &guiApp.menuWindow );
69 } 69 }
70 70
71 void uiMenuMouseHandle( int X,int Y,int RX,int RY ) 71 void uiMenuMouseHandle( int RX,int RY )
72 { 72 {
73 int x,y,i; 73 int x,y,i;
74 74
75 if ( !guiApp.menu.Bitmap.Image ) return; 75 if ( !guiApp.menu.Bitmap.Image ) return;
76 76