From 8ac873b953d0cec678a71c80ed840241052da837 Mon Sep 17 00:00:00 2001 From: Vic <10308169+VictoriousRaptor@users.noreply.github.com> Date: Fri, 28 Oct 2022 16:25:28 +0800 Subject: [PATCH] remove comments --- .../Programs/UWP.cs | 40 ------------------- 1 file changed, 40 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs index 3d4e3a405..075ffbaf6 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs @@ -643,46 +643,6 @@ namespace Flow.Launcher.Plugin.Program.Programs Path.GetFileName(file).StartsWith(logoNamePrefix) && extension == Path.GetExtension(file) ); - //var scaleFactors = new Dictionary> - //{ - // // scale factors on win10: https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/tiles-and-notifications-app-assets#asset-size-tables, - // { - // PackageVersion.Windows10, new List - // { - // 100, - // 125, - // 150, - // 200, - // 400 - // } - // }, - // { - // PackageVersion.Windows81, new List - // { - // 100, - // 120, - // 140, - // 160, - // 180 - // } - // }, - // { - // PackageVersion.Windows8, new List - // { - // 100 - // } - // } - //}; - - //if (scaleFactors.ContainsKey(Package.Version)) - //{ - // foreach (var factor in scaleFactors[Package.Version]) - // { - // // https://learn.microsoft.com/en-us/windows/uwp/app-resources/tailor-resources-lang-scale-contrast - // suffixes.Add($"scale-{factor}{extension}"); // MS don't require scale as the last - // } - //} - if (!string.IsNullOrEmpty(selected)) { return selected;