diff options
Diffstat (limited to '')
-rw-r--r-- | agent/protect-tool.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index f7e2d603b..d3bcc00b8 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -161,22 +161,6 @@ my_strusage (int level) -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 -} - - - /* static void */ /* print_mpi (const char *text, gcry_mpi_t a) */ /* { */ |