summaryrefslogtreecommitdiff
path: root/src/widgets/sign_widget.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-11-14 22:51:05 +0000
committerfrosch <frosch@openttd.org>2012-11-14 22:51:05 +0000
commit06054d7a9d5f19b38af4138ae576c011005d2756 (patch)
treefa709e946da5cc8236aa7b976405f62023fb74f2 /src/widgets/sign_widget.h
parentd5a798033a6439bae740b1479081e569209689da (diff)
downloadopenttd-06054d7a9d5f19b38af4138ae576c011005d2756.tar.xz
(svn r24750) -Cleanup: Remove old special clear filter button from signs list.
Diffstat (limited to 'src/widgets/sign_widget.h')
-rw-r--r--src/widgets/sign_widget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/sign_widget.h b/src/widgets/sign_widget.h
index 1d75508e6..676e6741b 100644
--- a/src/widgets/sign_widget.h
+++ b/src/widgets/sign_widget.h
@@ -20,7 +20,6 @@ enum SignListWidgets {
WID_SIL_SCROLLBAR, ///< Scrollbar of list.
WID_SIL_FILTER_TEXT, ///< Text box for typing a filter string.
WID_SIL_FILTER_MATCH_CASE_BTN, ///< Button to toggle if case sensitive filtering should be used.
- WID_SIL_FILTER_CLEAR_BTN, ///< Button to clear the filter.
WID_SIL_FILTER_ENTER_BTN, ///< Scroll to first sign.
};