[gjs] console.c: Don't use deprecated g_thread_init()



commit ed604d036be38d157159575998ad9348b6bc6d13
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Oct 18 01:50:01 2011 -0400

    console.c: Don't use deprecated g_thread_init()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662064

 gjs/console.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gjs/console.c b/gjs/console.c
index 225548b..4ff9a6a 100644
--- a/gjs/console.c
+++ b/gjs/console.c
@@ -52,8 +52,6 @@ main(int argc, char **argv)
     int code;
     const char *source_js_version;
 
-    g_thread_init(NULL);
-
     context = g_option_context_new(NULL);
 
     /* pass unknown through to the JS script */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]