summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system.h b/src/system.h
index de8aedbc4..77a298baf 100644
--- a/src/system.h
+++ b/src/system.h
@@ -312,10 +312,6 @@ char *alloca ();
#define ISUPPER(c) (ISASCII (c) && isupper (c))
#define ISXDIGIT(c) (ISASCII (c) && isxdigit (c))
-/* Disable string localization for the time being. */
-#undef _
-#define _(String) String
-
#ifndef __P
#if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
#define __P(args) args