summaryrefslogtreecommitdiff
path: root/new/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'new/ui.h')
-rw-r--r--new/ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/new/ui.h b/new/ui.h
index 7013a36..a692585 100644
--- a/new/ui.h
+++ b/new/ui.h
@@ -85,7 +85,6 @@ char *uiCheckboxText(uiControl *);
void uiCheckboxSetText(uiControl *, const char *);
void uiCheckboxOnToggled(uiControl *, void (*)(uiControl *, void *), void *);
int uiCheckboxChecked(uiControl *);
-// TODO should this trigger an event?
void uiCheckboxSetChecked(uiControl *, int);
#endif