From: Theodore Ts'o Date: Sun, 7 Dec 2003 17:17:27 +0000 (-0500) Subject: Remove warning message about using NLS. X-Git-Tag: E2FSPROGS-1_35-WIP-1207~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f853099bc9d3a83b2c3c7d6e936b1733b6b7ec4;p=thirdparty%2Fe2fsprogs.git Remove warning message about using NLS. --- diff --git a/misc/nls-enable.h b/misc/nls-enable.h index d6a7db375..e365fbdde 100644 --- a/misc/nls-enable.h +++ b/misc/nls-enable.h @@ -1,5 +1,4 @@ #ifdef ENABLE_NLS -#warning Using NLS #include #include #define _(a) (gettext (a))