From e53bdf376e1fbfe9dea990defa4f007b694c134e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Oct 2019 16:44:01 +0200 Subject: [PATCH] Remove unused bits. --- src/wx/content_panel.cc | 2 -- src/wx/content_panel.h | 1 - 2 files changed, 3 deletions(-) diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index e532e4824..7d854224d 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -304,8 +304,6 @@ ContentPanel::check_selection () return; } - _last_selected = selected (); - setup_sensitivity (); BOOST_FOREACH (ContentSubPanel* i, panels()) { diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 761b34a24..13393f632 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -117,7 +117,6 @@ private: ContentMenu* _menu; TimelineDialog* _timeline_dialog; wxNotebook* _parent; - ContentList _last_selected; wxWindow* _last_selected_tab; boost::shared_ptr _film; -- 2.30.2