Codechange: remove INVALID_STRING_ID now drop down uses spans

This commit is contained in:
Rubidium
2024-04-28 16:03:29 +02:00
committed by rubidium42
parent 37a03b513f
commit d183d8e587
11 changed files with 19 additions and 43 deletions

View File

@@ -724,7 +724,6 @@ private:
STR_SORT_BY_NAME,
STR_SORT_BY_POPULATION,
STR_SORT_BY_RATING,
INVALID_STRING_ID
};
static const std::initializer_list<GUITownList::SortFunction * const> sorter_funcs;