Remove RemoveLastCapture action which duplicates remove-last-capture.

git-svn-id: svn://localhost/ardour2/branches/3.0@11640 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-03-10 00:27:38 +00:00
parent c23a34a5a5
commit ec1e3a1f60
3 changed files with 0 additions and 12 deletions

View file

@ -1571,14 +1571,6 @@ ARDOUR_UI::transport_stop ()
_session->request_stop (false, true);
}
void
ARDOUR_UI::remove_last_capture()
{
if (editor) {
editor->remove_last_capture();
}
}
void
ARDOUR_UI::transport_record (bool roll)
{