diff options
Diffstat (limited to 'include/usermanager.h')
-rw-r--r-- | include/usermanager.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/usermanager.h b/include/usermanager.h index 670e51dd5..941569e8c 100644 --- a/include/usermanager.h +++ b/include/usermanager.h @@ -88,11 +88,6 @@ class CoreExport UserManager : public fakederef<UserManager> */ unsigned int unregistered_count; - /** - * Reset the already_sent IDs so we don't wrap it around and drop a message - */ - void GarbageCollect(); - /** Perform background user events such as PING checks */ void DoBackgroundUserStuff(); |