diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_panel.cc | 1 |
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); |
