summaryrefslogtreecommitdiffstats
path: root/mp_msg.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-08 13:42:34 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-08 13:42:34 +0000
commit77ff00c85f2a9c6a2b97194fdd2dc84c31dae261 (patch)
tree6dd9ceab84e3b2da837a3f7d6e2d0188c4d9505b /mp_msg.c
parent495b5f46ef78bd60196a3a153a7117b48253a267 (diff)
downloadmpv-77ff00c85f2a9c6a2b97194fdd2dc84c31dae261.tar.bz2
mpv-77ff00c85f2a9c6a2b97194fdd2dc84c31dae261.tar.xz
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
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",