X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=main.c;h=20450db98dba70990cd0df28a619a72bd2af4f1f;hp=bd19e49bd8f2eb4e7ad0f12857a74ae31f580efe;hb=5d9146ff372ae0c5196e290fb2c1f828d4137e20;hpb=5cc27f1b3c61df4f048cdac9e0feb31a2dd80c63 diff --git a/main.c b/main.c index bd19e49..20450db 100644 --- a/main.c +++ b/main.c @@ -19,7 +19,7 @@ char stext[256]; int bh, bmw, screen, sx, sy, sw, sh, wax, way, waw, wah; -unsigned int master, nmaster, ntags, numlockmask; +unsigned int ntags, numlockmask; Atom wmatom[WMLast], netatom[NetLast]; Bool running = True; Bool *seltag; @@ -133,8 +133,6 @@ setup(void) { sx = sy = 0; sw = DisplayWidth(dpy, screen); sh = DisplayHeight(dpy, screen); - master = MASTER; - nmaster = NMASTER; bmw = textw(TILESYMBOL) > textw(FLOATSYMBOL) ? textw(TILESYMBOL) : textw(FLOATSYMBOL); /* bar */ dc.h = bh = dc.font.height + 2;