X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=mb4sfoKEfY+fh/Q89UNoP6UcZGlDybdPQZ8XFhGh9cI=; b=C7Vok/yOj8Engc7w+H8J/b80nmAeFUY0Os9QSYc87vK4gzNn9+CIbsmP3+/Vj5+KQH 9gE+vSQ+nMNGgzHFlA8muTUwIlxQXyL/H+5IMuDG94ehamRqSvCG2JW7iifbALwTPhiS Zw93rA1Ot8hqBIc0Avqk31sfANPmX+3c/cTW9Yk1Rqdo2RA5vJ9F8w24L1KR1fuCYbvW CKawgg3pxUtRrL//fvSR0RFf4sWeeB9TkXfhnJqgURFrDH0Tj56dYqOM7no17EXPLeoZ EMkkeUIavxvRPDaGMPjegJAR8kZ9x+FHQTct/NU31aeHoeqHEkfAGojIUlTy3OLJRBit NGjA== X-Received: by 10.180.149.169 with SMTP id ub9mr12247796wib.32.1411038444252; Thu, 18 Sep 2014 04:07:24 -0700 (PDT) From: Riccardo Lucchese To: geda-user AT delorie DOT com Cc: Riccardo Lucchese Subject: [geda-user] [PATCH 12/43] Remove deprecated use of g_type_init() Date: Thu, 18 Sep 2014 13:06:07 +0200 Message-Id: <1411038398-10231-13-git-send-email-riccardo.lucchese@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1411038398-10231-1-git-send-email-riccardo.lucchese@gmail.com> References: <1411038398-10231-1-git-send-email-riccardo DOT lucchese AT gmail DOT com> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Verbatim from GObject's Reference Manual: "g_type_init has been deprecated since version 2.36 and should not be used in newly-written code. The type system is now initialised automatically." --- libgeda/src/libgeda.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libgeda/src/libgeda.c b/libgeda/src/libgeda.c index ce89862..e17ae18 100644 --- a/libgeda/src/libgeda.c +++ b/libgeda/src/libgeda.c @@ -49,9 +49,6 @@ void libgeda_init(void) bind_textdomain_codeset(LIBGEDA_GETTEXT_DOMAIN, "UTF-8"); #endif - /* Initialise gobject */ - g_type_init (); - s_path_sys_data (); s_path_sys_config (); -- 2.1.0