From c163544aabf81ff87a856da3cf91b56a5903f301 Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Wed, 29 Aug 2018 13:30:30 +0300 Subject: [PATCH] chore: fix a tslint error --- tns-core-modules/ui/core/view/view.ios.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +}