diff options
Diffstat (limited to 'protocols/bee.h')
-rw-r--r-- | protocols/bee.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/bee.h b/protocols/bee.h index 8e665ac8..5f47e464 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -86,9 +86,6 @@ typedef struct bee_user { typedef struct bee_chat_info { char *title; char *topic; - - /* If less than zero, the user count is ignored when displaying */ - int userc; } bee_chat_info_t; /* This one's mostly used so save space and make it easier (cheaper) to |