From 2592a8ed424906528e90677ef47b040d2b4d8383 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 26 Jan 2015 15:59:05 +0100 Subject: 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. --- common/gvfsmonitorimpl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/gvfsmonitorimpl.c') 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; -- cgit v1.2.1