[glade] Removed use of deprecated function g_thread_init()
- From: Juan Pablo Ugarte <jpu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] Removed use of deprecated function g_thread_init()
- Date: Tue, 12 Mar 2013 22:30:37 +0000 (UTC)
commit cfa923f8596cca177c04c17e1afcaf56e9d97013
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date: Fri Mar 8 16:02:31 2013 -0300
Removed use of deprecated function g_thread_init()
src/main.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index a321261..008d053 100644
--- a/src/main.c
+++ b/src/main.c
@@ -77,9 +77,6 @@ main (int argc, char *argv[])
gboolean opened_project = FALSE;
GTimer *timer = NULL;
- if (!g_thread_supported ())
- g_thread_init (NULL);
-
#ifdef ENABLE_NLS
setlocale (LC_ALL, "");
bindtextdomain (GETTEXT_PACKAGE, glade_app_get_locale_dir ());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]