summaryrefslogtreecommitdiff
path: root/new/newcontrol_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'new/newcontrol_windows.c')
-rw-r--r--new/newcontrol_windows.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/new/newcontrol_windows.c b/new/newcontrol_windows.c
index 5ca9ad1..0967114 100644
--- a/new/newcontrol_windows.c
+++ b/new/newcontrol_windows.c
@@ -96,7 +96,6 @@ uiControl *uiWindowsNewControl(uiWindowsNewControlParams *p)
p->dwStyle | WS_CHILD | WS_VISIBLE,
0, 0,
100, 100,
- // TODO specify control IDs properly
initialParent, NULL, p->hInstance, NULL);
if (s->hwnd == NULL)
logLastError("error creating control in uiWindowsNewControl()");