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:
Rodolfo García Peñas (kix)
2013-10-09 13:02:44 +01:00
committed by Carlos R. Mafra
parent e86b8dcb2f
commit 074092f319
6 changed files with 14 additions and 29 deletions
+2 -2
View File
@@ -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)