summaryrefslogtreecommitdiffstats
path: root/m_config.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-13 16:29:32 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-13 16:29:32 +0000
commit2283b6305f9a9d0d287705348f8ee9d1333caa99 (patch)
tree22bcfcb52ed464003c938bedf2193f0681cdf78c /m_config.c
parent7dadaf5e397fd9bbf7e813ee8226636b79eca78a (diff)
downloadmpv-2283b6305f9a9d0d287705348f8ee9d1333caa99.tar.bz2
mpv-2283b6305f9a9d0d287705348f8ee9d1333caa99.tar.xz
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
Diffstat (limited to 'm_config.c')
-rw-r--r--m_config.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/m_config.c b/m_config.c
index 9da952ac46..3b626837c0 100644
--- a/m_config.c
+++ b/m_config.c
@@ -1,8 +1,5 @@
-
#include "config.h"
-#ifdef NEW_CONFIG
-
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
@@ -11,7 +8,6 @@
#include <assert.h>
#endif
-
#include "m_config.h"
#include "m_option.h"
#include "mp_msg.h"
@@ -379,5 +375,3 @@ m_config_print_option_list(m_config_t *config) {
}
printf("\nTotal: %d options\n",count);
}
-
-#endif // NEW_CONFIG