From 1978e285659352fc590ed640e445e2e7afff5f0c Mon Sep 17 00:00:00 2001 From: shish Date: Sun, 6 May 2007 21:14:09 +0000 Subject: [PATCH] remove rss; it's being done elsewhere git-svn-id: file:///home/shish/svn/shimmie2/trunk@66 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/comment.ext.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ext/comment.ext.php b/ext/comment.ext.php index a9ac96f8..8e352d24 100644 --- a/ext/comment.ext.php +++ b/ext/comment.ext.php @@ -75,9 +75,6 @@ class CommentList extends Extension { // FIXME: denied message } } - else if($event->get_arg(0) == "rss") { - $this->build_rss(); - } else if($event->get_arg(0) == "list") { $this->build_page($event->get_arg(1)); } @@ -147,16 +144,6 @@ class CommentList extends Extension { } // }}} // page building {{{ - private function build_rss() { - global $page; - $page->set_mode("data"); - $page->set_type("application/rss+xml"); - - $rss = "moo"; // FIXME - - $page->set_data($rss); - } - private function build_page($current_page) { global $page; global $database;