remove rss; it's being done elsewhere

git-svn-id: file:///home/shish/svn/shimmie2/trunk@66 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-05-06 21:14:09 +00:00
parent 1c4f4598b2
commit 1978e28565
1 changed files with 0 additions and 13 deletions

View File

@ -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;