summaryrefslogtreecommitdiff
path: root/new/newcontrol_windows.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-10 18:31:40 -0400
committerPietro Gagliardi <[email protected]>2015-04-10 18:32:04 -0400
commitbd0594821918aa91c7c59cf5cdbc54bc41273a6e (patch)
tree0cbfa5b327f60b5380d6ce569547b08b4904bf14 /new/newcontrol_windows.c
parentd5da551c8ca58df3b76d4985417ba1a8bcbd886e (diff)
Moved the control IDs TODO to TODO.md as that's a long-term TODO; it depends on how container controls play out.
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()");