remove more cruft (dead assignments)
[ardour.git] / gtk2_ardour / editor_drag.cc
index d17ee4b3a2c7297d1ed201b07ca38c7e6b1d71aa..91628284842225be23dca9ff322dea0046047157 100644 (file)
@@ -4840,7 +4840,6 @@ SelectionDrag::motion (GdkEvent* event, bool first_move)
 
        case SelectionStartTrim:
 
-               start = _editor->selection->time[_editor->clicked_selection].start;
                end = _editor->selection->time[_editor->clicked_selection].end;
 
                if (pending_position > end) {
@@ -4853,7 +4852,6 @@ SelectionDrag::motion (GdkEvent* event, bool first_move)
        case SelectionEndTrim:
 
                start = _editor->selection->time[_editor->clicked_selection].start;
-               end = _editor->selection->time[_editor->clicked_selection].end;
 
                if (pending_position < start) {
                        end = start;