From 06054d7a9d5f19b38af4138ae576c011005d2756 Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 14 Nov 2012 22:51:05 +0000 Subject: (svn r24750) -Cleanup: Remove old special clear filter button from signs list. --- src/widgets/sign_widget.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/widgets') 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. }; -- cgit v1.2.3-54-g00ecf