summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorNikolaus Gullotta <nik@harrisonconsoles.com>2019-08-30 14:44:50 -0500
committerNikolaus Gullotta <nik@harrisonconsoles.com>2019-08-30 14:44:50 -0500
commitf44a436f7089bd2413e3756007d386b5568cf3da (patch)
tree1340ddeb267c427583693f72ea892d5a50e8769e /gtk2_ardour/editor_ops.cc
parentd5988b232c63ed35d20101ee8917c4e2a0596603 (diff)
Move StripSilenceDialog XML to dedicated function
This moves the Session::add_extra_xml() call out of editor_ops.cc and moves it to its own class method StripSilenceDialog::finished()
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index 0b9c7a33de..99e7d1133a 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -5522,7 +5522,6 @@ Editor::strip_region_silence ()
StripSilence s (*_session, silences, d.fade_length());
apply_filter (s, _("strip silence"), &d);
- _session->add_extra_xml(d.get_state());
}
}