Remove warning message about using NLS.

This commit is contained in:
Theodore Ts'o 2003-12-07 12:17:27 -05:00
parent 1e6e4c5e5c
commit 2f853099bc

View File

@ -1,5 +1,4 @@
#ifdef ENABLE_NLS
#warning Using NLS
#include <libintl.h>
#include <locale.h>
#define _(a) (gettext (a))