mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
remove unused variables
This commit is contained in:
parent
53e1e7a032
commit
7bb4ae2cb8
1 changed files with 0 additions and 4 deletions
|
|
@ -2001,8 +2001,6 @@ Pianoroll::rec_button_press (GdkEventButton* ev)
|
|||
std::shared_ptr<Track> track = std::dynamic_pointer_cast<MidiTrack> (st->shared_from_this());
|
||||
assert (track);
|
||||
|
||||
bool box_armed = !track->rec_enable_control()->get_value();
|
||||
|
||||
std::shared_ptr<RouteList> rl;
|
||||
|
||||
rl.reset (new RouteList);
|
||||
|
|
@ -2343,8 +2341,6 @@ Pianoroll::cut_copy (Editing::CutCopyOp op)
|
|||
break;
|
||||
}
|
||||
|
||||
bool did_edit = false;
|
||||
|
||||
|
||||
if (op == Delete || op == Cut || op == Clear) {
|
||||
_drags->abort ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue