From a97c9297c306f5796c00812edb6e018cbdc52b8b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 8 Apr 2015 16:35:03 -0400 Subject: [PATCH] Removed a stale TODO. --- new/uipriv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/new/uipriv.h b/new/uipriv.h index ed156c2..b8f5835 100644 --- a/new/uipriv.h +++ b/new/uipriv.h @@ -10,7 +10,6 @@ struct uiSize { intmax_t height; }; -// TODO handle destruction struct uiControl { void (*destroy)(uiControl *); uintptr_t (*handle)(uiControl *);