summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 3d534f2e3f..4b81e0f1c2 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -109,13 +109,6 @@ int mp_msg_test(int mod, int lev);
#define mp_dbg(mod,lev, args... )
#else
-#ifdef USE_I18N
-#include <libintl.h>
-#define mp_gettext(String) gettext(String)
-#else
-#define mp_gettext(String) String
-#endif
-
#ifdef __GNUC__
void mp_msg(int mod, int lev, const char *format, ... ) __attribute__ ((format (printf, 3, 4)));
# ifdef MP_DEBUG