summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/content_panel.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc
index d22e45401..18318d4b2 100644
--- a/src/wx/content_panel.cc
+++ b/src/wx/content_panel.cc
@@ -298,13 +298,6 @@ ContentPanel::item_selected ()
void
ContentPanel::check_selection ()
{
- if (_last_selected == selected()) {
- /* This was triggered by a re-build of the view but the selection
- did not really change.
- */
- return;
- }
-
_last_selected = selected ();
setup_sensitivity ();