mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Remove unused variables.
This commit is contained in:
parent
0c4869dc35
commit
9d8bbf4b9a
1 changed files with 0 additions and 3 deletions
|
|
@ -1934,9 +1934,6 @@ NoteResizeDrag::start_grab (GdkEvent* event, Gdk::Cursor* /*ignored*/)
|
|||
|
||||
region = &cnote->region_view();
|
||||
|
||||
double const region_start = region->get_position_pixels();
|
||||
double const middle_point = region_start + cnote->x0() + (cnote->x1() - cnote->x0()) / 2.0L;
|
||||
|
||||
_item->grab ();
|
||||
|
||||
if (event->motion.state & Keyboard::PrimaryModifier) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue