core: No need to mark the device unavailable
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 14 Jul 2009 12:25:34 +0000 (15:25 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 14 Jul 2009 12:25:34 +0000 (15:25 +0300)
No need to mark the device unavailable before destorying it.

src/rygel/rygel-main.vala

index 51935a1..a3976a1 100644 (file)
@@ -145,7 +145,6 @@ public class Rygel.Main : Object {
         }
 
         foreach (var device in device_list) {
-            device.available = false;
             this.root_devices.remove (device);
         }
     }