diff parser-mpcmd.c @ 10594:57bdcdb061d7

Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
author alex
date Wed, 13 Aug 2003 16:29:32 +0000
parents 928c02fa9949
children 522afd56703c
line wrap: on
line diff
--- a/parser-mpcmd.c	Wed Aug 13 16:01:53 2003 +0000
+++ b/parser-mpcmd.c	Wed Aug 13 16:29:32 2003 +0000
@@ -1,8 +1,5 @@
-
 #include "config.h"
 
-#ifdef NEW_CONFIG
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -219,5 +216,3 @@
   play_tree_free(root,1);
   return NULL;
 }
-
-#endif