diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-08 16:35:03 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-08 16:35:03 -0400 |
| commit | a97c9297c306f5796c00812edb6e018cbdc52b8b (patch) | |
| tree | 486d617a420895a2b566e4532d92a682cd755391 | |
| parent | 6d7140160bb4acf3330ccdd139ece1312614034b (diff) | |
Removed a stale TODO.
| -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 *); |
