diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-06-22 17:41:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-22 17:41:27 +0200 |
| commit | ba0d572dc4e2f8c22b921bb64cd25a5b27d8f3a5 (patch) | |
| tree | d7e04c748584c93275fb86b1e013774ebd9cedac /src/wx/controls.cc | |
| parent | bfc4d4380d052f77b18cb43a6ae92c3c4f6a7660 (diff) | |
Remove unnecessary config_changed() which will only result in setup_sensitivity() being called again.
Diffstat (limited to 'src/wx/controls.cc')
| -rw-r--r-- | src/wx/controls.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc index c6a2b2570..7976a77ce 100644 --- a/src/wx/controls.cc +++ b/src/wx/controls.cc @@ -164,7 +164,6 @@ Controls::Controls(wxWindow* parent, FilmViewer& viewer, bool editor_controls) ); _config_changed_connection = Config::instance()->Changed.connect (bind(&Controls::config_changed, this, _1)); - config_changed (Config::OTHER); } void |
