mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Remove unused arguments from a few functions
gcc 4.4.1 was warning (among others): switchpanel.c: In Funktion »getTile«: switchpanel.c:321: Warnung: unbenutzter Parameter »panel« switchpanel.c: In Funktion »makeWindowListArray«: switchpanel.c:377: Warnung: unbenutzter Parameter »scr« switchpanel.c:377: Warnung: unbenutzter Parameter »workspace«
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
typedef struct SwitchPanel WSwitchPanel;
|
||||
|
||||
WSwitchPanel *wInitSwitchPanel(WScreen *scr, WWindow *curwin, int workspace, Bool class_only);
|
||||
WSwitchPanel *wInitSwitchPanel(WScreen *scr, WWindow *curwin, Bool class_only);
|
||||
|
||||
void wSwitchPanelDestroy(WSwitchPanel *panel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user