[Image Resizer] remove old in app settings (#10837)

* [Image Resizer] Remove old settings

* [Image Resizer] Removed unused code

* [common interop] remove "ShouldNewSettingsBeUsed()"
This commit is contained in:
Enrico Giordani
2021-04-20 06:11:59 -07:00
committed by GitHub
parent 0e64071051
commit 6ec30e2186
15 changed files with 2 additions and 905 deletions

View File

@@ -1,12 +0,0 @@
// This class sets the visibility property of Advanced settings based on the OS Version
namespace ImageResizer.Models
{
public static class AdvancedSettings
{
public static bool UseNewSettings()
{
return interop.CommonManaged.ShouldNewSettingsBeUsed();
}
}
}