summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/gdaemonfile.c')
-rw-r--r--client/gdaemonfile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/gdaemonfile.c b/client/gdaemonfile.c
index a396211e..75e9053f 100644
--- a/client/gdaemonfile.c
+++ b/client/gdaemonfile.c
@@ -487,8 +487,6 @@ create_proxy_for_file2 (GFile *file1,
/* Set infinite timeout, see bug 687534 */
g_dbus_proxy_set_default_timeout (G_DBUS_PROXY (proxy), G_MAXINT);
-
- _g_dbus_connect_vfs_filters (connection);
if (mount_info1_out)
*mount_info1_out = g_mount_info_ref (mount_info1);
@@ -594,7 +592,6 @@ async_proxy_new_cb (GObject *source_object,
/* Set infinite timeout, see bug 687534 */
g_dbus_proxy_set_default_timeout (G_DBUS_PROXY (data->proxy), G_MAXINT);
- _g_dbus_connect_vfs_filters (data->connection);
path = g_mount_info_resolve_path (data->mount_info, daemon_file->path);
/* Complete the create_proxy_for_file_async() call */