forked from mirror/OpenTTD
Cleanup: remove UI for changing the password
This commit is contained in:
@@ -1362,14 +1362,6 @@ void NetworkClientSendChat(NetworkAction action, DestType type, int dest, const
|
||||
MyClient::SendChat(action, type, dest, msg, data);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set/Reset company password on the client side.
|
||||
* @param password Password to be set.
|
||||
*/
|
||||
void NetworkClientSetCompanyPassword([[maybe_unused]] const std::string &password)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Tell whether the client has team members who they can chat to.
|
||||
* @param cio client to check members of.
|
||||
|
Reference in New Issue
Block a user