From 4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 18 Dec 2013 17:12:07 +0100 Subject: Remove the _ macro This was a gettext-style macro to mark strings that should be translated. --- common/msg.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'common/msg.h') 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, -- cgit v1.2.3