Remove unused Stream.accepted() method.
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Tue, 13 Jan 2009 14:32:36 +0000 (14:32 +0000)
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Tue, 13 Jan 2009 14:32:36 +0000 (14:32 +0000)
svn path=/trunk/; revision=424

src/rygel/rygel-stream.vala

index cef9d7c..c2efdbc 100644 (file)
@@ -60,10 +60,6 @@ public class Rygel.Stream : GLib.Object {
         this.msg.set_status (Soup.KnownStatusCode.NOT_FOUND);
     }
 
-    public bool accepted () {
-        return this.msg.status_code == Soup.KnownStatusCode.OK;
-    }
-
     public void set_mime_type (string mime_type) {
         this.msg.response_headers.append ("Content-Type", mime_type);
     }