[gjs] console.c: Don't use deprecated g_thread_init()
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] console.c: Don't use deprecated g_thread_init()
- Date: Wed, 19 Oct 2011 16:38:21 +0000 (UTC)
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]