summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/controls.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc
index 7cb75ef15..c6a2b2570 100644
--- a/src/wx/controls.cc
+++ b/src/wx/controls.cc
@@ -159,8 +159,6 @@ Controls::Controls(wxWindow* parent, FilmViewer& viewer, bool editor_controls)
set_film(viewer.film());
- setup_sensitivity ();
-
JobManager::instance()->ActiveJobsChanged.connect (
bind (&Controls::active_jobs_changed, this, _2)
);