Quellcode durchsuchen

* Remove extra conf lines

Bryan Drewery vor 16 Jahren
Ursprung
Commit
45f8d24516
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      src/conf.c

+ 0 - 2
src/conf.c

@@ -726,8 +726,6 @@ writeconf(char *filename, int fd, int bits)
   char *p = NULL;
 
   comment("");
-  comment("# Lines beginning with # are what the preceeding line SHOULD be");
-  comment("# They are simply comments and are not parsed at all.\n");
 
 #define conf_com() do {							\
 	if (do_confedit == CONF_AUTO) {					\