summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungkeun Lee <sngn.lee@samsung.com>2017-07-03 06:12:23 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-07-03 06:12:23 +0000
commite2c2ad29c65160ff69d427f5ada8b3d40628fc56 (patch)
treed5f90aabfc92e8104cad3e0b3b89bd0716ba416d
parentb5f63c56ed7e35a991897d2804e75e24734228de (diff)
parent5802146d18858e8913bfa5f7a4568a31b2f641ca (diff)
downloadxamarin-forms-e2c2ad29c65160ff69d427f5ada8b3d40628fc56.tar.gz
xamarin-forms-e2c2ad29c65160ff69d427f5ada8b3d40628fc56.tar.bz2
xamarin-forms-e2c2ad29c65160ff69d427f5ada8b3d40628fc56.zip
Merge "Revert "Add handling of the font path"" into 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()