Fix a double-free, introduced in b06713bd8e

~OptionEditor() already frees all components on every page.
This commit is contained in:
Robin Gareus 2018-11-26 00:32:29 +01:00
parent cf98a75558
commit 4bbfb6ce50
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 0 additions and 8 deletions

View file

@ -408,13 +408,6 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
set_current_page (_("Timecode"));
}
SessionOptionEditor::~SessionOptionEditor ()
{
delete _vpu;
delete _sf;
delete _take_name;
}
void
SessionOptionEditor::parameter_changed (std::string const & p)
{