* In the wholist, only show <private room> if the user viewing the list
[citadel.git] / citadel / server.h
index 82113952da3b5eec272d77ac60ab4ba2d0ebc861..2f977a9d9c0dc230e01912114c95ce110da27e47 100644 (file)
@@ -67,7 +67,6 @@ struct CitContext {
        int n_crit;             /* number of critical sections open */
        int client_socket;
        int cs_pid;             /* session ID */
-       char cs_room[ROOMNAMELEN];      /* current room */
        time_t cs_lastupdt;     /* time of last update */
        time_t lastcmd;         /* time of last command executed */
        time_t lastidle;        /* For computing idle time */