1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 14:42:29 +01:00

Removed unused WScreen argument in some Default handling functions

This commit is contained in:
Christophe CURIS
2013-10-12 15:35:52 +02:00
committed by Carlos R. Mafra
parent f3e3ddf4f2
commit 5a16cb8e02
5 changed files with 7 additions and 7 deletions

View File

@@ -4353,7 +4353,7 @@ static void drawerDestroy(WDock *drawer)
/* Note regarding menus: we can't delete any dock/clip/drawer menu, because
* that would (attempt to) wfree some memory in gettext library (see menu
* entries that have several "versions", such like "Hide" and "Unhide"). */
wDefaultPurgeInfo(scr, drawer->icon_array[0]->wm_instance,
wDefaultPurgeInfo(drawer->icon_array[0]->wm_instance,
drawer->icon_array[0]->wm_class);
if (drawer->icon_count == 2) {