Removed stale TODO left over from previous commit.
This commit is contained in:
parent
803e8b1fd6
commit
a9f7bedb25
|
@ -172,7 +172,6 @@ initDummyTableStuff(t);
|
||||||
if (uMsg == WM_DESTROY) {
|
if (uMsg == WM_DESTROY) {
|
||||||
printf("destroy\n");
|
printf("destroy\n");
|
||||||
// TODO free appropriate (after figuring this part out) components of t
|
// TODO free appropriate (after figuring this part out) components of t
|
||||||
// TODO send EVENT_OBJECT_DESTROY events to accessibility listeners (when appropriate); see the note on proxy objects as well
|
|
||||||
invalidateTableAccs(t);
|
invalidateTableAccs(t);
|
||||||
freeCheckboxThemeData(t);
|
freeCheckboxThemeData(t);
|
||||||
destroyHeader(t);
|
destroyHeader(t);
|
||||||
|
|
Loading…
Reference in New Issue