Removed a stale TODO.

This commit is contained in:
Pietro Gagliardi 2015-04-08 16:35:03 -04:00
parent 45d3072672
commit dfcbc83ec9
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 *);