1
0
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:
Christophe CURIS
2013-10-10 20:38:27 +02:00
committed by Carlos R. Mafra
parent a79c0e76d0
commit 24ce829f7f
2 changed files with 0 additions and 36 deletions

View File

@@ -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";