From 2283b6305f9a9d0d287705348f8ee9d1333caa99 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 13 Aug 2003 16:29:32 +0000 Subject: 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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10595 b3059339-0415-0410-9bf9-f77b7e298cf2 --- parser-mecmd.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'parser-mecmd.c') diff --git a/parser-mecmd.c b/parser-mecmd.c index ddee658a57..3a5a6466b2 100644 --- a/parser-mecmd.c +++ b/parser-mecmd.c @@ -1,8 +1,5 @@ - #include "config.h" -#ifdef NEW_CONFIG - #include #include #include @@ -17,7 +14,6 @@ #include "m_config.h" #include "parser-mecmd.h" - void m_entry_list_free(m_entry_t* lst) { int i,j; @@ -139,5 +135,3 @@ m_config_parse_me_command_line(m_config_t *config, int argc, char **argv) m_entry_list_free(lst); return NULL; } - -#endif -- cgit v1.2.3