summaryrefslogtreecommitdiff
path: root/new/main_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'new/main_windows.c')
-rw-r--r--new/main_windows.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/new/main_windows.c b/new/main_windows.c
index 9c8132a..bd973b7 100644
--- a/new/main_windows.c
+++ b/new/main_windows.c
@@ -54,9 +54,3 @@ void uiQuit(void)
{
PostQuitMessage(0);
}
-
-// TODO move somewhere else
-uintptr_t uiControlHandle(uiControl *c)
-{
- return (*(c->handle))(c);
-}