diff options
author | Marius Halden <marius.h@lden.org> | 2016-07-20 18:32:36 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-07-20 18:32:36 +0200 |
commit | 5b620f5bb41ac322770e2c75c6a8155abe61780f (patch) | |
tree | 2c1f0350729510fb1b450417c09d7597ed71c945 /protocols/bee.h | |
parent | 17875bf92ec951c552a0231fe0ee343858a82f14 (diff) | |
parent | 7f825def106ee45ae7f9c17474f31a1f33034c09 (diff) |
Merge remote-tracking branch 'upstream/jgeboski/chatlist' into patched-master
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 |