diff options
Diffstat (limited to 'grc/gui/ActionHandler.py')
-rw-r--r-- | grc/gui/ActionHandler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/gui/ActionHandler.py b/grc/gui/ActionHandler.py index 70e8064c5d..6ad2d5576f 100644 --- a/grc/gui/ActionHandler.py +++ b/grc/gui/ActionHandler.py @@ -381,7 +381,6 @@ class ActionHandler: self.main_window.text_display.scroll_to_end() elif action == Actions.CLEAR_REPORTS: self.main_window.text_display.clear() - elif action == Actions.TOGGLE_HIDE_DISABLED_BLOCKS: Actions.NOTHING_SELECT() ################################################## |