summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-01-13 16:49:55 +0300
committerStefano Karapetsas <[email protected]>2015-01-14 07:50:21 +0100
commit822fbf5f111b83f3cb277377557dcf6ff3547620 (patch)
tree42785661372e333ea2154e7d0422400044a45282 /src/main.c
parentf016c9acb9f1a4393d8863b5ce3f8630f7263183 (diff)
downloadmate-polkit-822fbf5f111b83f3cb277377557dcf6ff3547620.tar.bz2
mate-polkit-822fbf5f111b83f3cb277377557dcf6ff3547620.tar.xz
require GLib >= 2.36 and don't use g_type_init
Closes https://github.com/mate-desktop/mate-polkit/pull/18
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 86b55f3..a03d7e1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -206,9 +206,6 @@ main (int argc, char **argv)
PolkitAgentListener *listener;
GError *error;
-#if !GLIB_CHECK_VERSION (2, 36, 0)
- g_type_init ();
-#endif
gtk_init (&argc, &argv);
loop = NULL;