Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 8eeddaa

Browse files
committed
Update layer.cs
1 parent f55a6fc commit 8eeddaa

File tree

1 file changed

+0
-1
lines changed
  • com.unity.uiwidgets/Runtime/rendering

1 file changed

+0
-1
lines changed

com.unity.uiwidgets/Runtime/rendering/layer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ internal void _removeChild(Layer child) {
629629
child._nextSibling = null;
630630
child._previousSibling = null;
631631
dropChild(child);
632-
child.DisposeCPtr();
633632
D.assert(!child.attached);
634633
}
635634

0 commit comments

Comments
 (0)