[MPlayer-cvslog] r31550 - trunk/parser-cfg.c
diego
subversion at mplayerhq.hu
Thu Jun 24 11:38:02 CEST 2010
Author: diego
Date: Thu Jun 24 11:38:02 2010
New Revision: 31550
Log:
Remove redundant mp_msg_levels[] extern declaration.
Modified:
trunk/parser-cfg.c
Modified: trunk/parser-cfg.c
==============================================================================
--- trunk/parser-cfg.c Thu Jun 24 11:23:49 2010 (r31549)
+++ trunk/parser-cfg.c Thu Jun 24 11:38:02 2010 (r31550)
@@ -262,8 +262,6 @@ out:
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)
{
More information about the MPlayer-cvslog
mailing list