summaryrefslogtreecommitdiff
path: root/new/window_windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'new/window_windows.c')
-rw-r--r--new/window_windows.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/new/window_windows.c b/new/window_windows.c
index 20fbbd9..00d8c1a 100644
--- a/new/window_windows.c
+++ b/new/window_windows.c
@@ -96,7 +96,6 @@ uiWindow *uiNewWindow(char *title, int width, int height)
WCHAR *wtitle;
w = uiNew(uiWindow);
- // TODO move other cases of default events here relative
w->onClosing = defaultOnClosing;
adjust.left = 0;