summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-10-11 23:29:36 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-14 11:41:18 +0200
commit5e640ac3e2f6d5fb079ff65659a1483ddac8672e (patch)
tree6e0a4c03f04178344044ecf1d41a062c477262ed /src/wx/film_editor.h
parentb1f151d39d969d255a221f26aeff7793712ecebc (diff)
Cleanup: remove class member that can be a local.
Diffstat (limited to 'src/wx/film_editor.h')
-rw-r--r--src/wx/film_editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h
index 0ba021b62..d78c9c5af 100644
--- a/src/wx/film_editor.h
+++ b/src/wx/film_editor.h
@@ -71,7 +71,6 @@ private:
void set_general_sensitivity (bool);
void active_jobs_changed (boost::optional<std::string>);
- wxNotebook* _main_notebook;
ContentPanel* _content_panel;
DCPPanel* _dcp_panel;