JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
implemented the maximization as I described on the mailinglist, this feels better...
[dwm.git] / main.c
diff --git a/main.c b/main.c
index c6e67e9..b3c753e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -24,7 +24,6 @@ unsigned int ntags, numlockmask;
 Atom wmatom[WMLast], netatom[NetLast];
 Bool running = True;
 Bool issel = True;
-Bool maximized = False;
 Client *clients = NULL;
 Client *sel = NULL;
 Client *stack = NULL;