summaryrefslogtreecommitdiff
path: root/include/usermanager.h
diff options
context:
space:
mode:
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.