From 1b10ab140fdb1184462b2e302560f430bcec7f38 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 23 Sep 2001 05:37:04 +0000 Subject: [PATCH] (): Do not include; no longer needed. (_): Remove; no longer needed. --- lib/unicodeio.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/unicodeio.c b/lib/unicodeio.c index 3a5448f..4300df5 100644 --- a/lib/unicodeio.c +++ b/lib/unicodeio.c @@ -48,13 +48,6 @@ extern int errno; # include #endif -#if ENABLE_NLS -# include -# define _(Text) gettext (Text) -#else -# define _(Text) Text -#endif - #include "unicodeio.h" /* When we pass a Unicode character to iconv(), we must pass it in a -- 2.44.0