diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-24 23:06:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-24 23:06:57 +0100 |
| commit | 87e1a067e3fdc83b1d6aa840d3448586c48742fb (patch) | |
| tree | c6a99ba6d71760bcb3294dedfb90eff12eedd8b1 /src/wx/controls.h | |
| parent | 55921ca13c8d8c4f4810f5c89d4f347977613cfb (diff) | |
Simplify Controls API slightly.
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 4 |
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 ); |
