summaryrefslogtreecommitdiff
path: root/plugins/MirOTR
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-18 15:45:33 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-18 15:45:33 +0000
commitd9ecab2dcd4ca334e1923d8c9beadeb3e231a4b8 (patch)
tree159cf9b74f1351c79339e872d8f032181411c38f /plugins/MirOTR
parentbf9a197e3e5e22fa01263492574cf27d582bed36 (diff)
various calls of setlocale removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR')
-rw-r--r--plugins/MirOTR/libgpg-error-1.9/gpg-error.c9
1 files changed, 0 insertions, 9 deletions
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