summaryrefslogtreecommitdiffstats
path: root/src/spicy-stats.c
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-03-17 11:19:35 +0100
committerPavel Grunt <pgrunt@redhat.com>2016-03-18 11:42:31 +0100
commit0a9ec4ec01d9559440a347d9db348ecc92a44a9b (patch)
tree3150368d3ecc0945f023eeee8702841f276c2e7c /src/spicy-stats.c
parent23cd3e6041fa686fbd3ac0bbee2e440eeceac822 (diff)
downloadspice-gtk-0a9ec4ec01d9559440a347d9db348ecc92a44a9b.tar.gz
spice-gtk-0a9ec4ec01d9559440a347d9db348ecc92a44a9b.tar.xz
spice-gtk-0a9ec4ec01d9559440a347d9db348ecc92a44a9b.zip
Adjust to GLib 2.36
Dependency since 8693e7d3f7de1ff102082212fa6e35fb1a252ef7 Remove glib-compat files and most of GLIB_CHECK_VERSION guards Acked-by: Victor Toso <victortoso@redhat.com>
Diffstat (limited to 'src/spicy-stats.c')
-rw-r--r--src/spicy-stats.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/spicy-stats.c b/src/spicy-stats.c
index d8a4706..1bed12e 100644
--- a/src/spicy-stats.c
+++ b/src/spicy-stats.c
@@ -103,9 +103,6 @@ int main(int argc, char *argv[])
exit(0);
}
-#if !GLIB_CHECK_VERSION(2,36,0)
- g_type_init();
-#endif
mainloop = g_main_loop_new(NULL, false);
session = spice_session_new();