media-export: Remove redundant null check
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sun, 14 Feb 2010 16:34:30 +0000 (18:34 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Sun, 14 Feb 2010 17:19:14 +0000 (19:19 +0200)
src/plugins/media-export/rygel-media-export-root-container.vala

index 02fc038..29877c5 100644 (file)
@@ -219,8 +219,7 @@ public class Rygel.MediaExportRootContainer : Rygel.MediaDBContainer {
             return;
         }
 
-        if (this.extractor != null &&
-            !this.harvester.contains (file)) {
+        if (!this.harvester.contains (file)) {
             var harvester = new MediaExportHarvester (parent,
                                                       this.media_db,
                                                       this.extractor,