mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2014-09-24 Fred Gleason <fredg@paravelsystems.com>
* Removed redundant line assignments in 'rdlogmanager/edit_clock.cpp'.
This commit is contained in:
@@ -325,7 +325,6 @@ void EditClock::editData()
|
||||
return;
|
||||
}
|
||||
int line=item->text(4).toInt();
|
||||
line=item->text(4).toInt();
|
||||
EditEventLine *edit_eventline=new EditEventLine(edit_clock->eventLine(line),
|
||||
edit_clock,line,
|
||||
this,"edit_eventline");
|
||||
@@ -349,7 +348,6 @@ void EditClock::cloneData()
|
||||
return;
|
||||
}
|
||||
int line=item->text(4).toInt();
|
||||
line=item->text(4).toInt();
|
||||
|
||||
RDEventLine *selectedEventLine = edit_clock->eventLine(line);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user