diff --git a/test/drawtests.c b/test/drawtests.c index 3b3f0e03..55588001 100644 --- a/test/drawtests.c +++ b/test/drawtests.c @@ -392,7 +392,6 @@ static void drawD2DSimpleApp(uiAreaDrawParams *p) uiDrawFreePath(path); } - // TODO rounding errors ahoy; deal with when changing coordinate systems of uiAreaDrawParams double left, top, right, bottom; left = p->ClientWidth / 2.0 - 50.0;