Remove unused/redundant assignments

This commit is contained in:
Paul Cornett
2019-04-04 10:28:42 -07:00
parent ff01f4a5a8
commit 5629f71c32
6 changed files with 2 additions and 26 deletions

View File

@@ -832,9 +832,6 @@ void wxGCDCImpl::DoDrawSpline(const wxPointList *points)
wxCoord cy4 = (y1 + y2) / 2;
path.AddQuadCurveToPoint(x1 , y1 ,cx4 , cy4 );
cx1 = cx4;
cy1 = cy4;
}
path.AddLineToPoint( x2 , y2 );