Removed a stale TODO.
This commit is contained in:
parent
6d7140160b
commit
a97c9297c3
|
@ -10,7 +10,6 @@ struct uiSize {
|
|||
intmax_t height;
|
||||
};
|
||||
|
||||
// TODO handle destruction
|
||||
struct uiControl {
|
||||
void (*destroy)(uiControl *);
|
||||
uintptr_t (*handle)(uiControl *);
|
||||
|
|
Loading…
Reference in New Issue