Feature: Hide block signals in GUI by default (#8688)

This commit is contained in:
Tyler Trahan
2021-09-05 14:22:27 -04:00
committed by GitHub
parent f656b0ae96
commit 7469f00c5b
8 changed files with 127 additions and 90 deletions

View File

@@ -109,13 +109,6 @@ static void StationSpreadChanged(int32 p1)
InvalidateWindowData(WC_BUILD_STATION, 0);
}
static void CloseSignalGUI(int32 new_value)
{
if (new_value == 0) {
CloseWindowByClass(WC_BUILD_SIGNAL);
}
}
static void UpdateConsists(int32 new_value)
{
for (Train *t : Train::Iterate()) {