X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver.h;h=d5755f0a64916fc2feb096dfe16a953662964e7c;hb=c1ea6daf1e5c0a32265581410d6a45998b531440;hp=d8161faeac2578be5504153beae3354c3f1c91a4;hpb=54963cfb344805cba6bb6e43c9a54421fa4146ea;p=citadel.git diff --git a/citadel/server.h b/citadel/server.h index d8161faea..d5755f0a6 100644 --- a/citadel/server.h +++ b/citadel/server.h @@ -84,15 +84,6 @@ struct ExpressMessage { #define EM_GO_AWAY 2 /* Server requests client log off */ #define EM_CHAT 4 /* Server requests client enter chat */ -struct ChatLine { - struct ChatLine *next; - int chat_seq; - time_t chat_time; - char chat_text[SIZ]; - char chat_username[USERNAME_SIZE]; - char chat_room[ROOMNAMELEN]; -}; - /* * Various things we need to lock and unlock */