mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
[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:
@@ -122,11 +122,6 @@ public
|
||||
static String ^ GetProductVersion() {
|
||||
return gcnew String(get_product_version().c_str());
|
||||
}
|
||||
|
||||
static bool ShouldNewSettingsBeUsed()
|
||||
{
|
||||
return UseNewSettings();
|
||||
}
|
||||
};
|
||||
|
||||
public
|
||||
|
||||
Reference in New Issue
Block a user