summaryrefslogtreecommitdiff
path: root/new/window_windows.c
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-10 21:48:50 -0400
committerPietro Gagliardi <[email protected]>2015-04-10 21:48:50 -0400
commit47c89f6aefcae52301d621634701e7b676487e50 (patch)
treeede2a6a6b7c3fb51d279ea2ab475568d331eda1c /new/window_windows.c
parentda3009bfbb5e47d675cb8e58ea93ec7e3eb4021a (diff)
More TODO resolution and some GTK+ uiWindow inconsistency (and future repeated-event bug waiting to happen) cleanup.
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;