summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()