aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bftest.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/bftest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/bftest.c b/tools/bftest.c
index 67a80e33d..49516afc4 100644
--- a/tools/bftest.c
+++ b/tools/bftest.c
@@ -48,11 +48,7 @@ static void
i18n_init(void)
{
#ifdef ENABLE_NLS
-#ifdef HAVE_LC_MESSAGES
- setlocale( LC_MESSAGES, "" );
-#else
setlocale( LC_ALL, "" );
-#endif
bindtextdomain( PACKAGE, G10_LOCALEDIR );
textdomain( PACKAGE );
#endif