summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-08 19:53:15 -0400
committerPietro Gagliardi <[email protected]>2015-04-08 19:53:15 -0400
commit317217de5a75eca736a8f7c4adcc17250975bd37 (patch)
treeb43ac4b880ce54cb5fbc63372154610585c3e5c1
parentcbc0403e6a5a0d053a9299c5572db8f3ed40e2a2 (diff)
Decided not to take the suggestions of some TODOs in ui.h.
-rw-r--r--new/ui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/new/ui.h b/new/ui.h
index d22e949..12a59eb 100644
--- a/new/ui.h
+++ b/new/ui.h
@@ -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;