diff options
Diffstat (limited to 'src/fe-text/irssi.c')
-rw-r--r-- | src/fe-text/irssi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fe-text/irssi.c b/src/fe-text/irssi.c index e37ca72c..c87a1f81 100644 --- a/src/fe-text/irssi.c +++ b/src/fe-text/irssi.c @@ -350,11 +350,6 @@ int main(int argc, char **argv) #ifdef HAVE_SOCKS SOCKSinit(argv[0]); #endif -#ifdef ENABLE_NLS - /* initialize the i18n stuff */ - bindtextdomain(PACKAGE, LOCALEDIR); - textdomain(PACKAGE); -#endif /* setlocale() must be called at the beginning before any calls that affect it, especially regexps seem to break if they're generated |