From 786a0d75f2eba87b551858b313c94146f6ea8d13 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 21 Jan 2013 11:04:47 -0500 Subject: Clear up the uses of g_type_init(). --- tools/testapp/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/testapp') diff --git a/tools/testapp/main.c b/tools/testapp/main.c index 67e962d..1fbcf4b 100644 --- a/tools/testapp/main.c +++ b/tools/testapp/main.c @@ -135,8 +135,6 @@ name_lost (GDBusConnection * connection, const gchar * name, gpointer user_data) int main (int argc, char ** argv) { - g_type_init(); - if (argc != 2) { g_warning(USAGE); return 1; -- cgit v1.2.3