summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redo/controls_darwin.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/controls_darwin.m b/redo/controls_darwin.m
index f7554f5..e1cdb8f 100644
--- a/redo/controls_darwin.m
+++ b/redo/controls_darwin.m
@@ -12,7 +12,6 @@
void unparent(id control)
{
[toNSView(control) retain]; // save from being freed when released by the removal selector below
- // TODO removeFromSuperviewWithoutNeedingDisplay?
[toNSView(control) removeFromSuperview];
}