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 --- m_option.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'm_option.c') diff --git a/m_option.c b/m_option.c index fefc9ac605..3917d44616 100644 --- a/m_option.c +++ b/m_option.c @@ -1,8 +1,5 @@ - #include "config.h" -#ifdef NEW_CONFIG - #include #include #include @@ -1787,5 +1784,3 @@ m_option_type_t m_option_type_custom_url = { NULL, NULL }; - -#endif -- cgit v1.2.3