Remove "Show cargo type filter in vehicle lists" setting

This commit is contained in:
Jonathan G Rennison
2023-12-17 00:01:09 +00:00
parent 5ae74ecf8e
commit 2267badd28
14 changed files with 1 additions and 60 deletions

View File

@@ -135,7 +135,6 @@ public:
void FilterVehicleList();
StringID GetCargoFilterLabel(CargoID cid) const;
DropDownList BuildCargoDropDownList() const;
void CheckCargoFilterEnableState(int plane_widget, bool re_init, bool possible = true);
Dimension GetActionDropdownSize(bool show_autoreplace, bool show_group, bool show_template_replace, StringID change_order_str = 0);
DropDownList BuildActionDropdownList(bool show_autoreplace, bool show_group, bool show_template_replace,
StringID change_order_str = 0, bool show_create_group = false, bool consider_top_level = false);