Codechange: Remove TKM string code.

This commit is contained in:
frosch
2024-01-27 22:40:58 +01:00
committed by frosch
parent 9344b50435
commit 28c83089f6
4 changed files with 0 additions and 37 deletions

View File

@@ -1443,11 +1443,6 @@ static void FormatString(StringBuilder &builder, const char *str_arg, StringPara
break;
}
case SCC_TIMEKEEPING_MODE_LIST: { // {TKM}
str = ParseStringChoice(str, (uint8_t)TimerGameEconomy::UsingWallclockUnits(_game_mode == GM_MENU), builder);
break;
}
case SCC_COMPANY_NAME: { // {COMPANY}
const Company *c = Company::GetIfValid(args.GetNextParameter<CompanyID>());
if (c == nullptr) break;