From a56cc3e16a9dd3ef68f2257cd04c0327595a82c0 Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Fri, 3 Nov 2017 13:31:09 +0900 Subject: Remove ElmSharp.Wearable dependencies on renderers Change-Id: I1a89703770fccad795b433144e89a9c9a5d867a0 --- .../Native/CircleListView.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 Xamarin.Forms.Platform.Tizen/Native/CircleListView.cs (limited to 'Xamarin.Forms.Platform.Tizen/Native') diff --git a/Xamarin.Forms.Platform.Tizen/Native/CircleListView.cs b/Xamarin.Forms.Platform.Tizen/Native/CircleListView.cs deleted file mode 100755 index 231896a3..00000000 --- a/Xamarin.Forms.Platform.Tizen/Native/CircleListView.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using ElmSharp; -using ElmSharp.Wearable; - -namespace Xamarin.Forms.Platform.Tizen.Native -{ - public class CircleListView : ListView - { - CircleGenList _circleGenList; - - public CircleListView(EvasObject parent) : base(parent) { } - - protected override IntPtr CreateHandle(EvasObject parent) - { - _circleGenList = new CircleGenList(parent); - RealHandle = _circleGenList.RealHandle; - return _circleGenList; - } - } -} \ No newline at end of file -- cgit v1.2.3