Remove "Disable vehicle image update" setting

This commit is contained in:
Jonathan G Rennison
2021-05-19 20:42:04 +01:00
parent 7ab6ab7400
commit 3e8ee4f49f
9 changed files with 3 additions and 32 deletions

View File

@@ -1513,14 +1513,6 @@ static bool UpdateLinkgraphColours(int32 p1)
return RedrawScreen(p1);
}
static bool InvalidateAllVehicleImageCaches(int32 p1)
{
for (Vehicle *v : Vehicle::Iterate()) {
v->InvalidateImageCache();
}
return true;
}
static bool ClimateThresholdModeChanged(int32 p1)
{
InvalidateWindowClassesData(WC_GENERATE_LANDSCAPE);