diff options
Diffstat (limited to 'include/usermanager.h')
-rw-r--r-- | include/usermanager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/usermanager.h b/include/usermanager.h index 50dac27bf..c6745ace6 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -161,10 +161,6 @@ class CoreExport UserManager */ unsigned int LocalUserCount() const { return (this->local_count - this->UnregisteredUserCount()); } - /** Number of users with a certain mode set on them - */ - int ModeCount(const char mode); - /** Send a server notice to all local users * @param text The text format string to send * @param ... The format arguments |