remove more cruft (dead assignments)

This commit is contained in:
Robin Gareus
2015-08-07 21:13:17 +02:00
parent 9e918563df
commit 7a3b6e6d08
3 changed files with 0 additions and 5 deletions

View 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;

View File

@@ -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));

View File

@@ -1158,7 +1158,6 @@ IO::parse_io_string (const string& str, vector<string>& ports)
return 0;
}
pos = 0;
opos = 0;
ports.clear ();