summaryrefslogtreecommitdiff
path: root/src/wx/controls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/controls.h')
-rw-r--r--src/wx/controls.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h
index 652e71f16..5cfe96e3d 100644
--- a/src/wx/controls.h
+++ b/src/wx/controls.h
@@ -39,9 +39,7 @@ public:
Controls (
wxWindow* parent,
boost::shared_ptr<FilmViewer>,
- bool outline_content = true,
- bool jump_to_selected = true,
- bool eyes = true,
+ bool editor_controls = true,
bool dcp_directory = false
);