From a9f7bedb252b4a748f3900afb289414034aeacd7 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 17 Feb 2015 12:54:18 -0500 Subject: [PATCH] Removed stale TODO left over from previous commit. --- wintable/main.h | 1 - 1 file changed, 1 deletion(-) 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);