X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=f08104e9e1bc175e90c722d062c6a538dd2fc258;hb=61f3c8cdc0ca475841405667cad2938dbbcaa9d0;hp=860129e2f72036f78e79c2f0f2b5b3c96b42ebbc;hpb=74f3aced8baf68deb4982960b350c5009f6912fd;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 860129e2f..f08104e9e 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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);