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

@@ -414,8 +414,6 @@ public:
{
this->CreateNestedTree();
this->CheckCargoFilterEnableState(WID_GL_FILTER_BY_CARGO_SEL, false);
this->vscroll = this->GetScrollbar(WID_GL_LIST_VEHICLE_SCROLLBAR);
this->group_sb = this->GetScrollbar(WID_GL_LIST_GROUP_SCROLLBAR);
@@ -532,8 +530,6 @@ public:
HideDropDownMenu(this);
}
this->CheckCargoFilterEnableState(WID_GL_FILTER_BY_CARGO_SEL, true);
this->SetDirty();
}