aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpgconf.c')
-rw-r--r--tools/gpgconf.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/gpgconf.c b/tools/gpgconf.c
index 6d73e88e0..c06db5225 100644
--- a/tools/gpgconf.c
+++ b/tools/gpgconf.c
@@ -104,22 +104,6 @@ my_strusage( int level )
}
-/* Initialize the gettext system. */
-static void
-i18n_init(void)
-{
-#ifdef USE_SIMPLE_GETTEXT
- set_gettext_file (PACKAGE_GT);
-#else
-# ifdef ENABLE_NLS
- setlocale (LC_ALL, "" );
- bindtextdomain (PACKAGE_GT, LOCALEDIR);
- textdomain (PACKAGE_GT);
-# endif
-#endif
-}
-
-
/* gpgconf main. */
int
main (int argc, char **argv)