diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/intl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/intl.h b/source3/include/intl.h index 01fa3bad97..58f21e359b 100644 --- a/source3/include/intl.h +++ b/source3/include/intl.h @@ -21,5 +21,4 @@ /* ideally we would have a static mapping, but that precludes dynamic loading. This is a reasonable compromise */ -#define _(x) lang_msg_rotate(x) #define N_(x) (x) |