Skip to content

Commit

Permalink
fixup - remove pointless statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zonkmachine committed Oct 23, 2017
1 parent 6c98633 commit eb88dcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/editors/AutomationEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,6 @@ void AutomationEditor::removePoints( int x0, int x1 )
return;
}

deltax /= 1;

if( x0 < x1)
{
xstep = 1;
Expand Down

0 comments on commit eb88dcd

Please sign in to comment.