summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-07-03 06:11:05 +0000
committerKangho Hur <kangho.hur@samsung.com>2017-07-10 11:11:28 +0900
commitc24854432c9ed8231098cba133ecb8a59e027d50 (patch)
treed62d610d5e7e113d9e03b545ce0264ff8989e079 /Xamarin.Forms.Platform.Tizen
parentd225cdbe5a7879ad5fd8b9ab553ac3918928a70f (diff)
downloadxamarin-forms-c24854432c9ed8231098cba133ecb8a59e027d50.tar.gz
xamarin-forms-c24854432c9ed8231098cba133ecb8a59e027d50.tar.bz2
xamarin-forms-c24854432c9ed8231098cba133ecb8a59e027d50.zip
Revert "Add handling of the font path"
This reverts commit 45580c8f66b43022645287145385212fcbe8db56. - Due to package dependency with elm-sharp, this patch has been reverted. It can be merged again after elm-sharp version has updated. Change-Id: I66915899782805112b85fb391383f1cbe40d2e7d
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen')
-rw-r--r--Xamarin.Forms.Platform.Tizen/FormsApplication.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/FormsApplication.cs b/Xamarin.Forms.Platform.Tizen/FormsApplication.cs
index b9bbe0e5..0ec10c09 100644
--- a/Xamarin.Forms.Platform.Tizen/FormsApplication.cs
+++ b/Xamarin.Forms.Platform.Tizen/FormsApplication.cs
@@ -8,8 +8,6 @@ using EButton = ElmSharp.Button;
using EProgressBar = ElmSharp.ProgressBar;
using EColor = ElmSharp.Color;
using ELabel = ElmSharp.Label;
-using TApplication = Tizen.Applications.Application;
-using System.IO;
namespace Xamarin.Forms.Platform.Tizen
{
@@ -51,9 +49,6 @@ namespace Xamarin.Forms.Platform.Tizen
base.OnPreCreate();
Application.ClearCurrent();
CreateWindow();
-
- var path = Path.Combine(TApplication.Current.DirectoryInfo.Resource, "fonts");
- Utility.AppendGlobalFontPath(path);
}
protected override void OnTerminate()