diff --git a/uipriv.h b/uipriv.h index ed156c2f..b8f5835b 100644 --- a/uipriv.h +++ b/uipriv.h @@ -10,7 +10,6 @@ struct uiSize { intmax_t height; }; -// TODO handle destruction struct uiControl { void (*destroy)(uiControl *); uintptr_t (*handle)(uiControl *);