remove more cruft (dead assignments)
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -176,8 +176,6 @@ EngineControl::EngineControl ()
|
||||
lm_table.attach (*misc_align, 1, 3, row, row+1, FILL, (AttachOptions) 0);
|
||||
++row;
|
||||
|
||||
xopt = AttachOptions(0);
|
||||
|
||||
lm_measure_label.set_padding (10, 10);
|
||||
lm_measure_button.add (lm_measure_label);
|
||||
lm_measure_button.signal_clicked().connect (sigc::mem_fun (*this, &EngineControl::latency_button_clicked));
|
||||
|
||||
@@ -1158,7 +1158,6 @@ IO::parse_io_string (const string& str, vector<string>& ports)
|
||||
return 0;
|
||||
}
|
||||
|
||||
pos = 0;
|
||||
opos = 0;
|
||||
|
||||
ports.clear ();
|
||||
|
||||
Reference in New Issue
Block a user