mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
wmaker: Removed unused argument in function 'wDockFinishLaunch'
The function did not use the argument 'dock', so remove it. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
8b1babc5b3
commit
e56438d2c1
@@ -86,7 +86,7 @@ void wDockReattachIcon(WDock *dock, WAppIcon *icon, int x, int y);
|
||||
void wSlideAppicons(WAppIcon **appicons, int n, int to_the_left);
|
||||
void wDrawerFillTheGap(WDock *drawer, WAppIcon *aicon, Bool redocking);
|
||||
|
||||
void wDockFinishLaunch(WDock *dock, WAppIcon *icon);
|
||||
void wDockFinishLaunch(WAppIcon *icon);
|
||||
void wDockTrackWindowLaunch(WDock *dock, Window window);
|
||||
WAppIcon *wDockFindIconForWindow(WDock *dock, Window window);
|
||||
void wDockDoAutoLaunch(WDock *dock, int workspace);
|
||||
|
||||
Reference in New Issue
Block a user