From f5b2265c2e6868431abbaa301aa1d64e8d49d8b0 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 14 Feb 2019 20:36:55 +0000 Subject: Refactor UserManager::DoBackgroundUserStuff(). --- include/usermanager.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') 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 */ 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. -- cgit v1.2.3