JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Remove stray SWM_DEBUG
authorMarco Peereboom <marco@conformal.com>
Fri, 23 Jan 2009 22:51:39 +0000 (22:51 +0000)
committerMarco Peereboom <marco@conformal.com>
Fri, 23 Jan 2009 22:51:39 +0000 (22:51 +0000)
scrotwm.c

index 969655c..91a5ed8 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -91,7 +91,6 @@
 #endif
 
 /* #define SWM_DEBUG */
-/* #define SWM_DEBUG */
 #ifdef SWM_DEBUG
 #define DPRINTF(x...)          do { if (swm_debug) fprintf(stderr, x); } while(0)
 #define DNPRINTF(n,x...)       do { if (swm_debug & n) fprintf(stderr, x); } while(0)