Removed some now-unused stuff.
This commit is contained in:
parent
405a6defd2
commit
8d43b55ff8
|
@ -47,9 +47,6 @@ struct uiTable {
|
||||||
|
|
||||||
// custom draw state
|
// custom draw state
|
||||||
COLORREF clrItemText;
|
COLORREF clrItemText;
|
||||||
|
|
||||||
// checkbox
|
|
||||||
HIMAGELIST checkboxImages;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
uiTableModel *uiNewTableModel(uiTableModelHandler *mh)
|
uiTableModel *uiNewTableModel(uiTableModelHandler *mh)
|
||||||
|
@ -300,7 +297,6 @@ static void uiTableDestroy(uiControl *c)
|
||||||
uiprivFree(col);
|
uiprivFree(col);
|
||||||
delete t->columns;
|
delete t->columns;
|
||||||
// t->smallImages will be automatically destroyed
|
// t->smallImages will be automatically destroyed
|
||||||
// TODO will t->checkboxImages?
|
|
||||||
uiFreeControl(uiControl(t));
|
uiFreeControl(uiControl(t));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue