1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +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:
Christophe CURIS
2013-11-02 17:36:32 +01:00
committed by Carlos R. Mafra
parent 8b1babc5b3
commit e56438d2c1
3 changed files with 5 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ WApplication *wApplicationCreate(WWindow * wwin)
wapp->refcount++;
if (wapp->app_icon && wapp->app_icon->docked &&
wapp->app_icon->relaunching && wapp->main_window_desc->fake_group)
wDockFinishLaunch(wapp->app_icon->dock, wapp->app_icon);
wDockFinishLaunch(wapp->app_icon);
return wapp;
}