From 9ab145256e1fa88facbb803eb914a75c55eed05c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 8 Nov 2014 16:49:12 -0500 Subject: [PATCH] Removed an unnecessary TODO. --- wintable/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wintable/main.c b/wintable/main.c index 7219251..6fdbc56 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -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)