mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
c23a34a5a5
commit
ec1e3a1f60
3 changed files with 0 additions and 12 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue