diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/users.h b/include/users.h index 293465254..c395608c7 100644 --- a/include/users.h +++ b/include/users.h @@ -431,10 +431,6 @@ class CoreExport User : public connection */ InvitedList invites; - /** Number of channels this user is currently on - */ - unsigned int ChannelCount; - /** Cached nick!ident@host value using the real hostname */ std::string cached_fullhost; |