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
-1
View File
@@ -79,7 +79,6 @@ private:
STR_SORT_BY_NUMBER,
STR_SORT_BY_COST,
STR_SORT_BY_MAX_SPEED,
INVALID_STRING_ID
};
static const std::initializer_list<GUIBridgeList::SortFunction * const> sorter_funcs;