summaryrefslogtreecommitdiff
path: root/common/gvfsmonitorimpl.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-01-26 15:59:05 +0100
committerAlexander Larsson <alexl@redhat.com>2015-01-26 18:16:00 +0100
commit2592a8ed424906528e90677ef47b040d2b4d8383 (patch)
tree63ab15e6aa11095a903560cda2c5190feaa98f87 /common/gvfsmonitorimpl.c
parent623d6fd8e9912ccc0003fad97578d24f5a5e773a (diff)
downloadgvfs-2592a8ed424906528e90677ef47b040d2b4d8383.tar.gz
ProxyVolumeMonitor: Load list of installed remote monitors via dbus
We used to just load the files from this, but that does not work in a sandboxed environment. For backwards compat we keep loading the old files if the dbus api is not implemented yet.
Diffstat (limited to 'common/gvfsmonitorimpl.c')
-rw-r--r--common/gvfsmonitorimpl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/gvfsmonitorimpl.c b/common/gvfsmonitorimpl.c
index 79a5ff78..062379b0 100644
--- a/common/gvfsmonitorimpl.c
+++ b/common/gvfsmonitorimpl.c
@@ -44,8 +44,6 @@ GVfsMonitorImplementation *
g_vfs_monitor_implementation_from_dbus (GVariant *value)
{
GVfsMonitorImplementation *impl;
- const gchar *key;
- const gchar *mount_prefix;
GVariantIter *iter;
GVariant *v;