From d9ecab2dcd4ca334e1923d8c9beadeb3e231a4b8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 18 Dec 2014 15:45:33 +0000 Subject: various calls of setlocale removed git-svn-id: http://svn.miranda-ng.org/main/trunk@11513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirOTR/libgpg-error-1.9/gpg-error.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'plugins/MirOTR/libgpg-error-1.9') diff --git a/plugins/MirOTR/libgpg-error-1.9/gpg-error.c b/plugins/MirOTR/libgpg-error-1.9/gpg-error.c index bed784994d..9cddb3d463 100644 --- a/plugins/MirOTR/libgpg-error-1.9/gpg-error.c +++ b/plugins/MirOTR/libgpg-error-1.9/gpg-error.c @@ -67,15 +67,6 @@ i18n_init (void) #ifdef ENABLE_NLS char *locale_dir; -#ifdef HAVE_LC_MESSAGES - setlocale (LC_TIME, ""); - setlocale (LC_MESSAGES, ""); -#else -# ifndef HAVE_W32_SYSTEM - setlocale (LC_ALL, "" ); -# endif -#endif - /* Note that for this program we would only need the textdomain call because libgpg-error already initializes itself to its locale dir (via gpg_err_init or a constructor). However this is only done -- cgit v1.2.3