Removed some stale TODOs.

This commit is contained in:
Pietro Gagliardi 2015-10-10 11:07:37 -04:00
parent 3a932d281b
commit 0a59910d91
1 changed files with 0 additions and 1 deletions

View File

@ -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;