Remove a now redundant method.
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Thu, 19 Feb 2009 17:18:07 +0000 (17:18 +0000)
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Thu, 19 Feb 2009 17:18:07 +0000 (17:18 +0000)
svn path=/trunk/; revision=630

src/rygel/rygel-http-response.vala

index 9edbfb2..1394e24 100644 (file)
@@ -63,10 +63,6 @@ internal abstract class Rygel.HTTPResponse : GLib.Object, Rygel.StateMachine {
             this.end (true, Soup.KnownStatusCode.NONE);
     }
 
-    public void set_mime_type (string mime_type) {
-        this.msg.response_headers.append ("Content-Type", mime_type);
-    }
-
     public void push_data (void *data, size_t length) {
         this.msg.response_body.append (Soup.MemoryUse.COPY,
                                        data,