Remove an optimisation to not run the body of ContentPanel::check_selection
[dcpomatic.git] / src / wx / content_panel.cc
index f19887e59d1c9498187180840366efd75ae07774..e532e48249267a0eb3d941f2fe828f47fffb88c1 100644 (file)
@@ -300,13 +300,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;
-       }
-
        if (_no_check_selection) {
                return;
        }