* Removed the RSS output code (which was still in TECH_PREVIEW anyway). There's...
[citadel.git] / webcit / preferences.c
index 0fdb07d41ee5eade9503ca503861136df23c1942..c46d0ad1ca15f343ec5b2d75f716f5ed3b44dc71 100644 (file)
@@ -917,13 +917,6 @@ void offer_start_page(StrBuf *Target, WCTemplputParams *TP)
        wprintf("\">");
        wprintf(_("Make this my start page"));
        wprintf("</a>");
-#ifdef TECH_PREVIEW
-       wprintf("<br/><a href=\"rss?room=");
-       urlescputs(ChrPtr(WC->wc_roomname));
-       wprintf("\" title=\"RSS 2.0 feed for ");
-       escputs(ChrPtr(WC->wc_roomname));
-       wprintf("\"><img alt=\"RSS\" border=\"0\" src=\"static/xml_button.gif\" width=\"36\" height=\"14\" /></a>\n");
-#endif
 }