mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
wmaker: Removed global variable 'WDelayedActionSet' and associated dead code
The variable's value was set to 0 but never changed afterwards, so the function using it would never do anything.
This commit is contained in:
committed by
Carlos R. Mafra
parent
a79c0e76d0
commit
24ce829f7f
@@ -83,9 +83,6 @@ WDDomain *WDWindowMaker = NULL;
|
||||
WDDomain *WDWindowAttributes = NULL;
|
||||
WDDomain *WDRootMenu = NULL;
|
||||
|
||||
/* special flags */
|
||||
char WDelayedActionSet = 0;
|
||||
|
||||
/* notifications */
|
||||
const char WMNManaged[] = "WMNManaged";
|
||||
const char WMNUnmanaged[] = "WMNUnmanaged";
|
||||
|
||||
Reference in New Issue
Block a user