summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wintable/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/wintable/main.h b/wintable/main.h
index ee3e31a..02134d7 100644
--- a/wintable/main.h
+++ b/wintable/main.h
@@ -172,7 +172,6 @@ initDummyTableStuff(t);
if (uMsg == WM_DESTROY) {
printf("destroy\n");
// 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);
freeCheckboxThemeData(t);
destroyHeader(t);