media-export: Remove obsolete construction method
authorJens Georg <mail@jensge.org>
Wed, 21 Jul 2010 19:33:21 +0000 (22:33 +0300)
committerJens Georg <mail@jensge.org>
Wed, 21 Jul 2010 19:34:25 +0000 (22:34 +0300)
src/plugins/media-export/rygel-media-export-metadata-extractor.vala

index 720673c..678ce25 100644 (file)
@@ -56,10 +56,6 @@ public class Rygel.MediaExport.MetadataExtractor: GLib.Object {
 
     private bool extract_metadata;
 
-    public static MetadataExtractor? create () {
-        return new MetadataExtractor ();
-    }
-
     public MetadataExtractor () {
         this.file_hash = new HashMap<string, File> ();