summaryrefslogtreecommitdiff
path: root/src/settings_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_table.cpp')
-rw-r--r--src/settings_table.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/settings_table.cpp b/src/settings_table.cpp
index 27fb4ef08..4b94a8be7 100644
--- a/src/settings_table.cpp
+++ b/src/settings_table.cpp
@@ -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()) {