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(). --- tests/test-json-client.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test-json-client.c') diff --git a/tests/test-json-client.c b/tests/test-json-client.c index 8900902..d7933ce 100644 --- a/tests/test-json-client.c +++ b/tests/test-json-client.c @@ -53,8 +53,6 @@ timeout_func (gpointer user_data) int main (int argc, char ** argv) { - g_type_init(); - g_timeout_add_seconds(1, timeout_func, argv); mainloop = g_main_loop_new(NULL, FALSE); -- cgit v1.2.3