Removed some now-unused stuff.

This commit is contained in:
Pietro Gagliardi 2018-06-09 23:55:43 -04:00
parent 405a6defd2
commit 8d43b55ff8
1 changed files with 0 additions and 4 deletions

View File

@ -47,9 +47,6 @@ struct uiTable {
// custom draw state
COLORREF clrItemText;
// checkbox
HIMAGELIST checkboxImages;
};
uiTableModel *uiNewTableModel(uiTableModelHandler *mh)
@ -300,7 +297,6 @@ static void uiTableDestroy(uiControl *c)
uiprivFree(col);
delete t->columns;
// t->smallImages will be automatically destroyed
// TODO will t->checkboxImages?
uiFreeControl(uiControl(t));
}