aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c
index 924286f8f..71559c326 100644
--- a/sm/gpgsm.c
+++ b/sm/gpgsm.c
@@ -601,21 +601,6 @@ set_binary (FILE *fp)
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
wrong_args (const char *text)
{
fputs (_("usage: gpgsm [options] "), stderr);