Removed a stale TODO.

This commit is contained in:
Pietro Gagliardi 2015-04-08 16:35:03 -04:00
parent 6d7140160b
commit a97c9297c3
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ struct uiSize {
intmax_t height;
};
// TODO handle destruction
struct uiControl {
void (*destroy)(uiControl *);
uintptr_t (*handle)(uiControl *);