summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.c')
-rw-r--r--mp_msg.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/mp_msg.c b/mp_msg.c
index cd4fd0ec1d..3a410f6aa1 100644
--- a/mp_msg.c
+++ b/mp_msg.c
@@ -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",