summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2020-01-07 03:08:26 +0100
committerCharles Pigott <charlespigott@googlemail.com>2020-01-07 14:21:35 +0000
commit5c10c426fe2a7722daa0d66dbaed2a0887f69891 (patch)
tree5f742f14b5e715652dfc614d86cc7001b2b6dd3a /src/town.h
parent150dfba95b9a6352b869804691aa6c07c83ef9df (diff)
downloadopenttd-5c10c426fe2a7722daa0d66dbaed2a0887f69891.tar.xz
Fix 196d5868: Always apply filter on town directory rebuild
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/town.h b/src/town.h
index 1f04cf155..7e7bcd29e 100644
--- a/src/town.h
+++ b/src/town.h
@@ -161,7 +161,6 @@ enum TownRatingCheckType {
/** Special values for town list window for the data parameter of #InvalidateWindowData. */
enum TownDirectoryInvalidateWindowData {
TDIWD_FORCE_REBUILD,
- TDIWD_FILTER_CHANGES, ///< The filename filter has changed (via the editbox)
TDIWD_FORCE_RESORT,
};