diff options
Diffstat (limited to 'scd/scdaemon.c')
-rw-r--r-- | scd/scdaemon.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c index b87c0f3e5..ea97a392c 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -205,21 +205,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 -} - - /* Setup the debugging. With a LEVEL of NULL only the active debug |