diff options
| -rw-r--r-- | new/uipriv.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 *); |
