summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-19 14:01:07 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-19 14:01:07 +0100
commitf217913a609e67f3dd0b804e2b961dcbd8556e63 (patch)
tree18fa691dd400bcd0ff907d1096052abfe6d9b3c9 /src
parentc9c205039cd9f505f3fbff73d63285557678217f (diff)
Remove unnecessary set_film call.
Diffstat (limited to 'src')
-rw-r--r--src/wx/content_panel.cc1
1 files changed, 0 insertions, 1 deletions
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);