summaryrefslogtreecommitdiff
path: root/include/usermanager.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-02-14 20:36:55 +0000
committerPeter Powell <petpow@saberuk.com>2019-02-15 11:35:24 +0000
commitf5b2265c2e6868431abbaa301aa1d64e8d49d8b0 (patch)
tree1b63dc4cd097b67acb355c61e096e6952ba5b44f /include/usermanager.h
parent84597efb27c83c46704ba57f16738691ef4226e4 (diff)
Refactor UserManager::DoBackgroundUserStuff().
Diffstat (limited to 'include/usermanager.h')
-rw-r--r--include/usermanager.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/usermanager.h b/include/usermanager.h
index 531d50773..c013e59ae 100644
--- a/include/usermanager.h
+++ b/include/usermanager.h
@@ -92,12 +92,6 @@ class CoreExport UserManager : public fakederef<UserManager>
*/
void DoBackgroundUserStuff();
- /** Returns true when all modules have done pre-registration checks on a user
- * @param user The user to verify
- * @return True if all modules have finished checking this user
- */
- bool AllModulesReportReady(LocalUser* user);
-
/** Handle a client connection.
* Creates a new LocalUser object, inserts it into the appropriate containers,
* initializes it as not yet registered, and adds it to the socket engine.