From f217913a609e67f3dd0b804e2b961dcbd8556e63 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 Aug 2018 14:01:07 +0100 Subject: [PATCH] Remove unnecessary set_film call. --- src/wx/content_panel.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index bc3966f6c..9273d0427 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -326,7 +326,6 @@ ContentPanel::selection_changed () if (have_audio && !_audio_panel) { _audio_panel = new AudioPanel (this); - _audio_panel->set_film (_film); _notebook->InsertPage (off, _audio_panel, _audio_panel->name()); } else if (!have_audio && _audio_panel) { _notebook->DeletePage (off); -- 2.30.2