X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=72af32fd23b51082b73b8c470254c4fc3828c34a;hp=487fafb8a7896039c34ee8eee99ed646b9baa578;hb=93eee247caa059f67f7665dee3626e5171f5e793;hpb=d5e8edcbcb341509ca3924fed67ca4f41fb5453b diff --git a/dwm.c b/dwm.c index 487fafb..72af32f 100644 --- a/dwm.c +++ b/dwm.c @@ -232,10 +232,6 @@ Regs *regs = NULL; /* configuration, allows nested code to access above variables */ #include "config.h" -#define NTAGS (sizeof tags / sizeof tags[0]) -Bool seltags[NTAGS] = {[0] = True}; -Bool prevtags[NTAGS] = {[0] = True}; - /* function implementations */ void applyrules(Client *c) {