mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Cleanup
This commit is contained in:
@ -397,11 +397,6 @@ std::string LobbyDatabase::getAccountDisplayName(const std::string & accountID)
|
||||
return result;
|
||||
}
|
||||
|
||||
//LobbyCookieStatus LobbyDatabase::getGameRoomCookieStatus(const std::string & accountID, const std::string & accessCookieUUID)
|
||||
//{
|
||||
// return {};
|
||||
//}
|
||||
|
||||
LobbyCookieStatus LobbyDatabase::getAccountCookieStatus(const std::string & accountID, const std::string & accessCookieUUID)
|
||||
{
|
||||
bool result = false;
|
||||
|
Reference in New Issue
Block a user