diff options
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/sign_widget.h | 1 |
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. }; |