diff --git a/tns-core-modules/ui/core/view/view.ios.ts b/tns-core-modules/ui/core/view/view.ios.ts index 53aaa0b18..7b83cf6fd 100644 --- a/tns-core-modules/ui/core/view/view.ios.ts +++ b/tns-core-modules/ui/core/view/view.ios.ts @@ -805,7 +805,6 @@ export namespace ios { return adjustedFrame; } - function layoutParent(view: ViewBase): void { if (!view) { return; @@ -872,4 +871,4 @@ export namespace ios { } } } -} \ No newline at end of file +}