1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 14:08:06 +01:00

save_app_icon WWindow argument removed

The argument wwin (WWindow) is not used in save_app_icon, so it can
be removed.
This commit is contained in:
Rodolfo García Peñas (kix)
2012-06-18 11:51:57 +02:00
committed by Carlos R. Mafra
parent 1fbce07805
commit e3b9026532
3 changed files with 3 additions and 3 deletions

View File

@@ -931,7 +931,7 @@ void wApplicationSaveIconPathFor(char *iconPath, char *wm_instance, char *wm_cla
/* Save the application icon */
/* This function is used by normal windows */
void save_app_icon(WWindow *wwin, WApplication *wapp)
void save_app_icon(WApplication *wapp)
{
if (!wapp->app_icon)
return;