Remove unnecessary set_film call.
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Aug 2018 13:01:07 +0000 (14:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 19 Aug 2018 13:01:07 +0000 (14:01 +0100)
src/wx/content_panel.cc

index bc3966f6c6fdff6c77930c79165211fee9ec793b..9273d04274bda9ee7c1c0d3774108791e0f358da 100644 (file)
@@ -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);