From 0a59910d916c82b7306ebdd4f6e004d423c3f029 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 10 Oct 2015 11:07:37 -0400 Subject: [PATCH] Removed some stale TODOs. --- test/drawtests.c | 1 - 1 file changed, 1 deletion(-) 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;