Resolved some TODOs.

This commit is contained in:
Pietro Gagliardi 2014-12-13 11:53:03 -05:00
parent df4fbb12ed
commit e966a9b725
1 changed files with 0 additions and 5 deletions

View File

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