From 6e020e66e0e454e8c7f1eeb17e85b90262e95386 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 31 Jul 2012 01:35:53 +0200 Subject: mp_msg: remove filename_recode This was intended for translating filenames from filesystem charset to the terminal charset. Modern sane platforms use UTF-8 for everything, and on Windows we use unicode APIs, so this is not needed anymore. Remove filename_recode, all uses of it, options and configure checks related to terminal output charset, and code that tries to determine the same. --- mp_msg.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'mp_msg.h') diff --git a/mp_msg.h b/mp_msg.h index 3edd9aba8f..5d7a0ce4f0 100644 --- a/mp_msg.h +++ b/mp_msg.h @@ -140,6 +140,4 @@ void mp_msg(int mod, int lev, const char *format, ... ) PRINTF_ATTRIBUTE(3, 4); void mp_tmsg(int mod, int lev, const char *format, ... ) PRINTF_ATTRIBUTE(3, 4); #define mp_dbg mp_msg -const char* filename_recode(const char* filename); - #endif /* MPLAYER_MP_MSG_H */ -- cgit v1.2.3