summaryrefslogtreecommitdiff
path: root/client/gvfsiconloadable.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2013-09-26 12:35:27 +0200
committerAlexander Larsson <alexl@redhat.com>2013-09-26 12:38:30 +0200
commit8d08c558cda63e864ffd1c960435ea5332c884bd (patch)
tree8b8ac5d6558a7b4a30133e9edc7313a9c9440e78 /client/gvfsiconloadable.c
parenta302823af930e1b09f44908b02d1f4b6a44b5cc9 (diff)
downloadgvfs-8d08c558cda63e864ffd1c960435ea5332c884bd.tar.gz
client: Remove unused code for dbus vfs filters
This code is not used anymore https://bugzilla.gnome.org/show_bug.cgi?id=708744
Diffstat (limited to 'client/gvfsiconloadable.c')
-rw-r--r--client/gvfsiconloadable.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/gvfsiconloadable.c b/client/gvfsiconloadable.c
index 9030a486..5822a3cf 100644
--- a/client/gvfsiconloadable.c
+++ b/client/gvfsiconloadable.c
@@ -69,8 +69,6 @@ create_proxy_for_icon (GVfsIcon *vfs_icon,
if (proxy == NULL)
goto out;
- _g_dbus_connect_vfs_filters (connection);
-
out:
if (mount_info)
g_mount_info_unref (mount_info);
@@ -187,7 +185,6 @@ async_proxy_new_cb (GObject *source_object,
}
data->proxy = proxy;
- _g_dbus_connect_vfs_filters (data->connection);
data->callback (proxy,
data->result,