Commit 9cb9c32

Anselm R Garbe <garbeam@gmail.com>
2008-02-21 14:19:46
minor
1 parent 4076e2f
Changed files (1)
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));