* shuffle arround the whole room stuff. we now have:
[citadel.git] / webcit / webcit.h
index 860129e2f72036f78e79c2f0f2b5b3c96b42ebbc..f08104e9e1bc175e90c722d062c6a538dd2fc258 100644 (file)
@@ -821,11 +821,6 @@ void summary(void);
 
 int is_mobile_ua(char *user_agent);
 
-void embed_room_banner(void);
-HashList *GetFloorListHash(StrBuf *Target, WCTemplputParams *TP);
-HashList *GetRoomListHash(StrBuf *Target, WCTemplputParams *TP);
-int SortRoomsByListOrder(const void *room1, const void *room2);
-
 /* actual supported locales */
 void TmplGettext(StrBuf *Target, WCTemplputParams *TP);
 void offer_languages(StrBuf *Target, int nArgs, WCTemplateToken *Token, void *Context, int ContextType);