mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-21 02:43:32 +01:00
Removed WScreen args not used
The WScreen arguments in the functions wWorkspaceMenuUpdate() and makeMakeShortcutMenu() is not used now, so can be removed. Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
This commit is contained in:
committed by
Carlos R. Mafra
parent
e86b8dcb2f
commit
074092f319
@@ -1203,9 +1203,9 @@ void wReadDefaults(WScreen * scr, WMPropList * new_dict)
|
||||
|
||||
if (needs_refresh & REFRESH_WORKSPACE_MENU) {
|
||||
if (w_global.workspace.menu)
|
||||
wWorkspaceMenuUpdate(scr, w_global.workspace.menu);
|
||||
wWorkspaceMenuUpdate(w_global.workspace.menu);
|
||||
if (w_global.clip.ws_menu)
|
||||
wWorkspaceMenuUpdate(scr, w_global.clip.ws_menu);
|
||||
wWorkspaceMenuUpdate(w_global.clip.ws_menu);
|
||||
if (w_global.workspace.submenu)
|
||||
w_global.workspace.submenu->flags.realized = 0;
|
||||
if (w_global.clip.submenu)
|
||||
|
||||
Reference in New Issue
Block a user