changeset 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 ae4e7d11e66f
children 55d3b70398d9
files mp_msg.c
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/mp_msg.c	Thu Mar 08 10:26:00 2007 +0000
+++ b/mp_msg.c	Thu Mar 08 13:42:34 2007 +0000
@@ -145,19 +145,6 @@
     }
 #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",