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]; }