changeset 31484:9e75b642d677

Remove redundant mp_msg_levels[] extern declaration.
author diego
date Thu, 24 Jun 2010 09:38:02 +0000
parents a295c59e1a48
children b946a0c28e65
files parser-cfg.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/parser-cfg.c	Thu Jun 24 09:23:49 2010 +0000
+++ b/parser-cfg.c	Thu Jun 24 09:38:02 2010 +0000
@@ -262,8 +262,6 @@
 	return ret;
 }
 
-extern int mp_msg_levels[];
-
 /// Parse the command line option that must be handled at startup.
 int m_config_preparse_command_line(m_config_t *config, int argc, char **argv)
 {