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 23:15:28 +01:00
committed by Carlos R. Mafra
parent 1fbce07805
commit e3b9026532
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ void wAppIconPaint(WAppIcon *aicon);
void wAppIconMove(WAppIcon *aicon, int x, int y);
void makeAppIconFor(WApplication * wapp);
void removeAppIconFor(WApplication * wapp);
void save_app_icon(WWindow *wwin, WApplication *wapp);
void save_app_icon(WApplication *wapp);
void paint_app_icon(WApplication *wapp);
void wApplicationSaveIconPathFor(char *iconPath, char *wm_instance,
char *wm_class);