diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-08 16:49:12 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-08 16:49:12 -0500 |
| commit | 9ab145256e1fa88facbb803eb914a75c55eed05c (patch) | |
| tree | c67a4f9cc88c5158b1d981e84066100855e61904 /wintable | |
| parent | 602500c64f7c246bb3979f912edd59ac4cffab62 (diff) | |
Removed an unnecessary TODO.
Diffstat (limited to 'wintable')
| -rw-r--r-- | wintable/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
