Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22489 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-08 13:42:34 +00:00
parent 495b5f46ef
commit 77ff00c85f
1 changed files with 0 additions and 13 deletions

View File

@ -145,19 +145,6 @@ void mp_msg(int mod, int lev, const char *format, ... ){
}
#endif
{ unsigned char v_colors[10]={9,1,3,15,7,2,2,8,8,8};
static const char *lev_text[]= {
"FATAL",
"ERROR",
"WARN",
"HINT",
"INFO",
"STATUS",
"V",
"DGB2",
"DGB3",
"DGB4",
"DBG5",
};
static const char *mod_text[MSGT_MAX]= {
"GLOBAL",
"CPLAYER",