Remove unused variable in graphpath test
This commit is contained in:
@@ -385,7 +385,6 @@ static void TestCurrentPoint(wxGraphicsContext* gc)
|
|||||||
const wxDouble y = 140;
|
const wxDouble y = 140;
|
||||||
const wxDouble r = 20;
|
const wxDouble r = 20;
|
||||||
path.AddCircle(x, y, r);
|
path.AddCircle(x, y, r);
|
||||||
wxPoint2DDouble cp0 = path.GetCurrentPoint();
|
|
||||||
path.AddPath(path2);
|
path.AddPath(path2);
|
||||||
wxPoint2DDouble cp = path.GetCurrentPoint();
|
wxPoint2DDouble cp = path.GetCurrentPoint();
|
||||||
WX_CHECK_POINT(cp, cp2, 1E-3);
|
WX_CHECK_POINT(cp, cp2, 1E-3);
|
||||||
|
Reference in New Issue
Block a user