summaryrefslogtreecommitdiff
path: root/src/twm.h
diff options
context:
space:
mode:
authorTim Wiederhake <twied@gmx.net>2024-01-20 16:07:00 +0100
committerTim Wiederhake <twied@gmx.net>2024-01-20 16:07:00 +0100
commit6ea386bd98a737a9f54e2ca4216adf45868fd6e4 (patch)
treea4846effd0834fd410a786651b0256e2aecd2b6d /src/twm.h
parent08b916e7ab8ea54ee6c38c485f11c9d6da898355 (diff)
Remove global variables JunkRoot, JunkChild
Replace with a local variable following the naming scheme from Identify() in src/menus.c. Signed-off-by: Tim Wiederhake <twied@gmx.net>
Diffstat (limited to 'src/twm.h')
-rw-r--r--src/twm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/twm.h b/src/twm.h
index 1711eea..b4ad9fa 100644
--- a/src/twm.h
+++ b/src/twm.h
@@ -372,8 +372,6 @@ extern int ParseError;
extern int HandlingEvents;
-extern Window JunkRoot;
-extern Window JunkChild;
extern int JunkX;
extern int JunkY;
extern unsigned int JunkWidth, JunkHeight, JunkBW, JunkDepth, JunkMask;