summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h2
1 files changed, 0 insertions, 2 deletions
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 */