]> code.delx.au - spectrwm/commitdiff
cleanup debug code
authorDarrin Chandler <dwchandler@stilyagin.com>
Sat, 12 Sep 2009 21:41:28 +0000 (21:41 +0000)
committerDarrin Chandler <dwchandler@stilyagin.com>
Sat, 12 Sep 2009 21:41:28 +0000 (21:41 +0000)
scrotwm.c

index e0b07ec99fe5c929961d461b86a2c6f27d4a4fa1..bab17a439dcd22ec4d6c1cfb6b5a4dd02a7e9b7c 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -3808,16 +3808,6 @@ main(int argc, char *argv[])
        }
        if (cfile)
                conf_load(cfile);
-       /*
-       if (cfile) {
-               do {
-                       if (conf_load(cfile) != 0) {
-                               fprintf(stderr, "bah!\n");
-                               exit(1);
-                       }
-               } while (1);
-       }
-       */
 
        /* setup all bars */
        for (i = 0; i < ScreenCount(display); i++)