1
0
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:
Rodolfo García Peñas (kix)
2013-10-08 00:56:36 +02:00
committed by Carlos R. Mafra
parent e86b8dcb2f
commit 074092f319
6 changed files with 14 additions and 29 deletions

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)