Removed an unnecessary TODO.

This commit is contained in:
Pietro Gagliardi 2014-11-08 16:49:12 -05:00
parent 602500c64f
commit 9ab145256e
1 changed files with 0 additions and 1 deletions

View File

@ -428,7 +428,6 @@ static void drawItem(struct table *t, HDC dc, intptr_t i, LONG y, LONG height, R
xoff -= t->hpos;
// now draw the cells
// TODO check error from GetSysColor()?
if (SetTextColor(dc, GetSysColor(textColor)) == CLR_INVALID)
abort();
if (SetBkMode(dc, TRANSPARENT) == 0)