summaryrefslogtreecommitdiff
path: root/daemon/main.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-10-30 18:47:24 -0400
committerColin Walters <walters@verbum.org>2012-10-30 18:48:17 -0400
commited24477ecdcf137276e9b7e89be70a819854a423 (patch)
tree973b8c45cd4c148f3a1a8d68a8eccc3098278d5f /daemon/main.c
parent1aa6f731fa75535be856ea0ee2c112637becc22a (diff)
downloadgvfs-ed24477ecdcf137276e9b7e89be70a819854a423.tar.gz
Remove calls to g_type_init(), bump GLib required version
See http://git.gnome.org/browse/glib/commit/?id=2002479c02fa6e468fc3f67ddc663657a52ebde8 https://bugzilla.gnome.org/show_bug.cgi?id=687236
Diffstat (limited to 'daemon/main.c')
-rw-r--r--daemon/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/main.c b/daemon/main.c
index f565f415..16614423 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -175,7 +175,6 @@ main (int argc, char *argv[])
g_option_context_free (context);
- g_type_init ();
loop = g_main_loop_new (NULL, FALSE);
daemon = g_vfs_daemon_new (TRUE, replace);