summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-01-13 16:17:26 +0300
committerStefano Karapetsas <[email protected]>2015-01-14 08:00:45 +0100
commit05bacd93fb9b58082f2d66b5e08d4a4057dcffb2 (patch)
treebc503d290a5c86e2b6e3bf25223ee532baafcb1c
parente8ad16ebcf288f9aee26cb6d330450e7efc19db4 (diff)
downloadmate-power-manager-05bacd93fb9b58082f2d66b5e08d4a4057dcffb2.tar.bz2
mate-power-manager-05bacd93fb9b58082f2d66b5e08d4a4057dcffb2.tar.xz
we don't need g_type_init (in GLib >= 2.36)
Closes https://github.com/mate-desktop/mate-power-manager/pull/127
-rw-r--r--src/gpm-self-test.c1
1 files changed, 0 insertions, 1 deletions
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);