X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=main.c;h=b3c753e97e45f89777a3a6e5f75cc17728086a2b;hb=d800ec05ff63451193a0b858c114f5144534c2a1;hp=c6e67e9c72d7e5f97ff9efd317de906acdb7f4ed;hpb=bda53ac6ad834824e8e5d5678ccd638a122c173a;p=dwm.git diff --git a/main.c b/main.c index c6e67e9..b3c753e 100644 --- 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;