From e966a9b725010de21248bb09bdd41ac830880046 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 13 Dec 2014 11:53:03 -0500 Subject: [PATCH] Resolved some TODOs. --- wintable/new/draw.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wintable/new/draw.h b/wintable/new/draw.h index eec49b2..f2f40ea 100644 --- a/wintable/new/draw.h +++ b/wintable/new/draw.h @@ -10,9 +10,6 @@ struct drawCellParams { LRESULT xoff; // result of HDM_GETBITMAPMARGIN }; -//TODO delete when done -static int current = 0; - static void drawCell(struct table *t, HDC dc, struct drawCellParams *p) { RECT r; @@ -67,8 +64,6 @@ static void draw(struct table *t, HDC dc, RECT cliprect, RECT client) prevfont = selectFont(t, dc, &newfont); -current = 0; - client.top += t->headerHeight; ZeroMemory(&p, sizeof (struct drawCellParams));