Cleanup: remove client side password checks when moving to a different company

This commit is contained in:
Rubidium
2024-03-23 19:26:08 +01:00
committed by rubidium42
parent 16639939e9
commit 9dc1fdc385
5 changed files with 6 additions and 17 deletions

View File

@@ -86,7 +86,6 @@ enum ClientListWidgets : WidgetID {
WID_CL_CLIENT_NAME_EDIT, ///< Edit button for client name.
WID_CL_MATRIX, ///< Company/client list.
WID_CL_SCROLLBAR, ///< Scrollbar for company/client list.
WID_CL_COMPANY_JOIN, ///< Used for QueryWindow when a company has a password.
WID_CL_CLIENT_COMPANY_COUNT, ///< Count of clients and companies.
};