mirror of
https://github.com/irssi/irssi.git
synced 2025-04-26 13:01:11 -05:00
Remove unused gettext code.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4438 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b549e83321
commit
00df474df4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user