summaryrefslogtreecommitdiffstats
path: root/common/msg.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-18 17:12:07 +0100
committerwm4 <wm4@nowhere>2013-12-18 17:12:07 +0100
commit4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1 (patch)
treeac7e50126ebb5c92669f408bbf72d671f68db6b4 /common/msg.h
parent761a0137364ba8ba3bc7f921248da57947132303 (diff)
downloadmpv-4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1.tar.bz2
mpv-4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1.tar.xz
Remove the _ macro
This was a gettext-style macro to mark strings that should be translated.
Diffstat (limited to 'common/msg.h')
-rw-r--r--common/msg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/msg.h b/common/msg.h
index 889d99ae62..7b93d831d8 100644
--- a/common/msg.h
+++ b/common/msg.h
@@ -27,9 +27,6 @@ struct mp_log;
// defined in mplayer.c
extern int verbose;
-/* No-op macro to mark translated strings in the sources */
-#define _(x) x
-
// verbosity elevel:
/* Only messages level MSGL_FATAL-MSGL_STATUS should be translated,