aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/gpgconf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c
index 7aca335fa..e3e1b9f1a 100644
--- a/tools/gpgconf.c
+++ b/tools/gpgconf.c
@@ -106,12 +106,7 @@ i18n_init(void)
set_gettext_file (PACKAGE_GT);
#else
# ifdef ENABLE_NLS
-# ifdef HAVE_LC_MESSAGES
- setlocale (LC_TIME, "");
- setlocale (LC_MESSAGES, "");
-# else
setlocale (LC_ALL, "" );
-# endif
bindtextdomain (PACKAGE_GT, LOCALEDIR);
textdomain (PACKAGE_GT);
# endif