Remove empty DayLengthPreChange

This commit is contained in:
Jonathan G Rennison
2024-02-09 19:15:27 +00:00
parent a6dcc0c624
commit db8b77a72e
2 changed files with 0 additions and 11 deletions

View File

@@ -10,7 +10,6 @@
[pre-amble]
static void TownFoundingChanged(int32_t new_value);
static void InvalidateCompanyWindow(int32_t new_value);
static bool DayLengthPreChange(int32_t &new_value);
static void DayLengthChanged(int32_t new_value);
static bool CheckSharingRail(int32_t &new_value);
static void SharingRailChanged(int32_t new_value);
@@ -227,7 +226,6 @@ max = 125
str = STR_CONFIG_SETTING_DAY_LENGTH_FACTOR
strhelp = STR_CONFIG_SETTING_DAY_LENGTH_FACTOR_HELPTEXT
strval = STR_JUST_COMMA
pre_cb = DayLengthPreChange
post_cb = DayLengthChanged
cat = SC_BASIC
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_VARIABLE_DAY_LENGTH)