[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

@@ -122,11 +122,6 @@ public
static String ^ GetProductVersion() {
return gcnew String(get_product_version().c_str());
}
static bool ShouldNewSettingsBeUsed()
{
return UseNewSettings();
}
};
public