summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-02-17 12:54:18 -0500
committerPietro Gagliardi <[email protected]>2015-02-17 12:54:18 -0500
commita9f7bedb252b4a748f3900afb289414034aeacd7 (patch)
treefe779c8014f8ad6f6654918270352ae92222178c
parent803e8b1fd6de1346306fe3194d8bbc2f613de017 (diff)
Removed stale TODO left over from previous commit.
-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);