minor
authorAnselm R Garbe <garbeam@gmail.com>
Thu, 21 Feb 2008 19:19:46 +0000
changeset 1095 a977bbe06b06
parent 1094 0083ffeb95ee
child 1096 a813daebec92
minor
dwm.c
--- a/dwm.c	Thu Feb 21 14:33:59 2008 +0000
+++ b/dwm.c	Thu Feb 21 19:19:46 2008 +0000
@@ -1568,7 +1568,6 @@
 	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));