From 05bacd93fb9b58082f2d66b5e08d4a4057dcffb2 Mon Sep 17 00:00:00 2001 From: Monsta Date: Tue, 13 Jan 2015 16:17:26 +0300 Subject: we don't need g_type_init (in GLib >= 2.36) Closes https://github.com/mate-desktop/mate-power-manager/pull/127 --- src/gpm-self-test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gpm-self-test.c') diff --git a/src/gpm-self-test.c b/src/gpm-self-test.c index 721516c..8f2acf8 100644 --- a/src/gpm-self-test.c +++ b/src/gpm-self-test.c @@ -51,7 +51,6 @@ main (int argc, char **argv) { EggTest *test; - g_type_init (); test = egg_test_init (); egg_debug_init (TRUE); -- cgit v1.2.1