[Cleanup] Remove UpdateLoginserverWorldAdminAccountPasswordById() from account_management.cpp (#3115)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-03-17 19:20:56 -04:00
committed by GitHub
parent 180c3088ca
commit 491b358e28
2 changed files with 0 additions and 31 deletions
-10
View File
@@ -80,16 +80,6 @@ public:
const std::string &in_account_password
);
/**
* @param in_account_id
* @param in_account_password_hash
* @return
*/
static bool UpdateLoginserverWorldAdminAccountPasswordById(
uint32 in_account_id,
const std::string &in_account_password_hash
);
static uint32 HealthCheckUserLogin();
};