From 9cb9c32ee7d76554cfc44ad8801d70cef9fe25e9 Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Thu, 21 Feb 2008 19:19:46 +0000 Subject: [PATCH] minor --- dwm.c | 1 - 1 file changed, 1 deletion(-) 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)); -- 1.7.10.4