From 960265fcadb6026f98137420614a107cb09a2a0e Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Tue, 14 Jul 2009 15:25:34 +0300 Subject: [PATCH] core: No need to mark the device unavailable No need to mark the device unavailable before destorying it. --- src/rygel/rygel-main.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rygel/rygel-main.vala b/src/rygel/rygel-main.vala index 51935a1..a3976a1 100644 --- a/src/rygel/rygel-main.vala +++ b/src/rygel/rygel-main.vala @@ -145,7 +145,6 @@ public class Rygel.Main : Object { } foreach (var device in device_list) { - device.available = false; this.root_devices.remove (device); } } -- 2.7.4