aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-02-21 19:19:46 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-02-21 19:19:46 +0000
commit9cb9c32ee7d76554cfc44ad8801d70cef9fe25e9 (patch)
tree58d96252825d0ab3178923e9a24c969fab90bf20
parent4076e2ff60fd20caaed18209e36ee82e49d26219 (diff)
minor
-rw-r--r--dwm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 0b82158..e0802ad 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1568,7 +1568,6 @@ setup(void) {
cursor[CurMove] = XCreateFontCursor(dpy, XC_fleur);
// init screens/monitors first
- mcount = 1;
if((isxinerama = XineramaIsActive(dpy)))
info = XineramaQueryScreens(dpy, &mcount);
selmonitor = monitors = emallocz(mcount * sizeof(Monitor));