X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=main.c;h=b3c753e97e45f89777a3a6e5f75cc17728086a2b;hb=cff951c65086950eeef5723b65dc06cbe7cdfa19;hp=c6e67e9c72d7e5f97ff9efd317de906acdb7f4ed;hpb=ca65478c8968434c78aacf4a102ccbbe4a66ad9e;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;