diff options
author | infirit <[email protected]> | 2014-07-01 11:22:59 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-01 11:22:59 +0200 |
commit | e017ed5b24f91705facec821afdc066f7a3523b5 (patch) | |
tree | 7aa298281780331436f11e148bdfbcbe675d26ba /mate-session/test-client-dbus.c | |
parent | 54d07d5becc1e2e967611c20f14c4dd5b5879be6 (diff) | |
download | mate-session-manager-e017ed5b24f91705facec821afdc066f7a3523b5.tar.bz2 mate-session-manager-e017ed5b24f91705facec821afdc066f7a3523b5.tar.xz |
Drop support for Glib < 2.36
Diffstat (limited to 'mate-session/test-client-dbus.c')
-rw-r--r-- | mate-session/test-client-dbus.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-session/test-client-dbus.c b/mate-session/test-client-dbus.c index 8f8fbe9..a41255a 100644 --- a/mate-session/test-client-dbus.c +++ b/mate-session/test-client-dbus.c @@ -240,10 +240,6 @@ main (int argc, g_log_set_always_fatal (G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING); -#if !GLIB_CHECK_VERSION (2, 36, 0) - g_type_init (); -#endif - res = session_manager_connect (); if (! res) { g_warning ("Unable to connect to session manager"); |