summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrina6350.you <rina6350.you@samsung.com>2016-11-30 11:42:35 +0900
committerrina6350.you <rina6350.you@samsung.com>2016-11-30 11:43:34 +0900
commit443e9e4774046ed807087a5e9f5e1c904962b031 (patch)
tree3626a3e459c20b5f534a9939f6e017a7d3c86dfb
parent4b57ae09e5afac884ced263461b1aaf15da7c542 (diff)
downloadxamarin-forms-443e9e4774046ed807087a5e9f5e1c904962b031.tar.gz
xamarin-forms-443e9e4774046ed807087a5e9f5e1c904962b031.tar.bz2
xamarin-forms-443e9e4774046ed807087a5e9f5e1c904962b031.zip
Remove unused method and file
* LayoutExtensions.cs Change-Id: Iad90665bc2d3c425c99cdba4e127423e6c23f23a
-rw-r--r--Xamarin.Forms.Platform.Tizen/Extensions/LayoutExtensions.cs18
-rwxr-xr-x[-rw-r--r--]Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj3
2 files changed, 1 insertions, 20 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Extensions/LayoutExtensions.cs b/Xamarin.Forms.Platform.Tizen/Extensions/LayoutExtensions.cs
deleted file mode 100644
index 72f3faa0..00000000
--- a/Xamarin.Forms.Platform.Tizen/Extensions/LayoutExtensions.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using System.Collections.Generic;
-using ElmSharp;
-
-namespace Xamarin.Forms.Platform.Tizen
-{
- public static class LayoutExtensions
- {
- public static void Add(this IList<View> children, EvasObject obj, MeasureDelegate measureDelegate = null)
- {
- children.Add(obj.ToView(measureDelegate));
- }
-
- public static View ToView(this EvasObject obj, MeasureDelegate measureDelegate = null)
- {
- return new EvasObjectWrapper(obj, measureDelegate);
- }
- }
-}
diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
index 526b9f5e..53d4be27 100644..100755
--- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
+++ b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
@@ -43,7 +43,6 @@
<Compile Include="ExportRendererAttribute.cs" />
<Compile Include="Extensions\ColorExtensions.cs" />
<Compile Include="Extensions\KeyboardExtensions.cs" />
- <Compile Include="Extensions\LayoutExtensions.cs" />
<Compile Include="Extensions\ScrollToPositionExtensions.cs" />
<Compile Include="Extensions\TextAlignmentExtensions.cs" />
<Compile Include="Forms.cs" />
@@ -153,4 +152,4 @@
<_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
<AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file