comparison mp_msg.c @ 22471:129139491fab

Remove unused variable lev_text, patch by Zuxy Meng, zuxy.meng gmail com.
author diego
date Thu, 08 Mar 2007 13:42:34 +0000
parents 56a0b0f8a66e
children 3d3b328fcfb3
comparison
equal deleted inserted replaced
22470:ae4e7d11e66f 22471:129139491fab
143 printf("\033[%d;3%dm*** COLOR TEST %d ***\n",(c>7),c&7,c); 143 printf("\033[%d;3%dm*** COLOR TEST %d ***\n",(c>7),c&7,c);
144 flag=0; 144 flag=0;
145 } 145 }
146 #endif 146 #endif
147 { unsigned char v_colors[10]={9,1,3,15,7,2,2,8,8,8}; 147 { unsigned char v_colors[10]={9,1,3,15,7,2,2,8,8,8};
148 static const char *lev_text[]= {
149 "FATAL",
150 "ERROR",
151 "WARN",
152 "HINT",
153 "INFO",
154 "STATUS",
155 "V",
156 "DGB2",
157 "DGB3",
158 "DGB4",
159 "DBG5",
160 };
161 static const char *mod_text[MSGT_MAX]= { 148 static const char *mod_text[MSGT_MAX]= {
162 "GLOBAL", 149 "GLOBAL",
163 "CPLAYER", 150 "CPLAYER",
164 "GPLAYER", 151 "GPLAYER",
165 "VIDEOOUT", 152 "VIDEOOUT",