From 317217de5a75eca736a8f7c4adcc17250975bd37 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 8 Apr 2015 19:53:15 -0400 Subject: [PATCH] Decided not to take the suggestions of some TODOs in ui.h. --- new/ui.h | 2 -- 1 file changed, 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;