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=FAROCeKPXaRF3eec+AZEGze3mgzQG0yaBrKs35QbsaWYJVamrK69xmPgbnIVA0esDw 6m1p1+ncHCjNrrf2Fadpub0KGMkePKGX5fgBVL6uTMhP5cUA1Ila2qhzAhlDZtYDXRRf H5ESFINdBq63DlMEdbH1amLh+NQ2u4eGLBP6hD9u9u5Utor/IeRSLU6ffTN8HwHI8qEH mEB5oi+7eQ+3M0Tq+C8WDsvaMpJs01JFHsDrQC/RUrZRlm7q7KzsAC9ILkTOwOtF3iv0 11KZ1KkKAHqUsgdCYTeasPuCMfZVg2P3YZ6R0etPFai2LNkmu/cZrp6s1HOe356NwV/C S7Ig== X-Received: by 10.180.211.40 with SMTP id mz8mr7543502wic.3.1413317888794; Tue, 14 Oct 2014 13:18:08 -0700 (PDT) From: Riccardo Lucchese To: geda-user AT delorie DOT com Cc: paubert AT iram DOT es, Riccardo Lucchese Subject: [geda-user] [PATCH V2 12/43] Remove deprecated use of g_type_init() Date: Tue, 14 Oct 2014 22:17:04 +0200 Message-Id: <1413317855-10673-13-git-send-email-riccardo.lucchese@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1413317855-10673-1-git-send-email-riccardo.lucchese@gmail.com> References: <1413317855-10673-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