From 738c5de158c762befea00565dbe4a8875a85948c Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Wed, 9 Sep 2020 08:12:07 -0400 Subject: [PATCH] fix(dotnetnew): Remove temprary workaround in Skia template --- src/SolutionTemplate/UnoSolutionTemplate/Skia.Gtk/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/SolutionTemplate/UnoSolutionTemplate/Skia.Gtk/Program.cs b/src/SolutionTemplate/UnoSolutionTemplate/Skia.Gtk/Program.cs index 669dadd5b466..b1088f400fc6 100644 --- a/src/SolutionTemplate/UnoSolutionTemplate/Skia.Gtk/Program.cs +++ b/src/SolutionTemplate/UnoSolutionTemplate/Skia.Gtk/Program.cs @@ -14,8 +14,6 @@ static void Main(string[] args) expArgs.ExitApplication = true; }; - Windows.ApplicationModel.Resources.ResourceLoader.GetStringInternal = s => null; - var host = new GtkHost(() => new App(), args); host.Run();