summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-03-10 00:27:38 +0000
committerCarl Hetherington <carl@carlh.net>2012-03-10 00:27:38 +0000
commitec1e3a1f6069421e769231ed524727919f99e4f7 (patch)
treece1840e59d312dcab5096748cff62d5a5e08d387 /gtk2_ardour/ardour_ui.cc
parentc23a34a5a5591cd2021b8055c2bddd908024ce50 (diff)
Remove RemoveLastCapture action which duplicates remove-last-capture.
git-svn-id: svn://localhost/ardour2/branches/3.0@11640 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 184b6442d1..2ceabd883f 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -1572,14 +1572,6 @@ ARDOUR_UI::transport_stop ()
}
void
-ARDOUR_UI::remove_last_capture()
-{
- if (editor) {
- editor->remove_last_capture();
- }
-}
-
-void
ARDOUR_UI::transport_record (bool roll)
{