diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-08 19:53:15 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-08 19:53:15 -0400 |
| commit | 317217de5a75eca736a8f7c4adcc17250975bd37 (patch) | |
| tree | b43ac4b880ce54cb5fbc63372154610585c3e5c1 | |
| parent | cbc0403e6a5a0d053a9299c5572db8f3ed40e2a2 (diff) | |
Decided not to take the suggestions of some TODOs in ui.h.
| -rw-r--r-- | new/ui.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -16,9 +16,7 @@ void uiMain(void); void uiQuit(void); typedef struct uiControl uiControl; -// TODO public? void uiControlDestroy(uiControl *); -// TODO before destroy? uintptr_t uiControlHandle(uiControl *); typedef struct uiWindow uiWindow; |
