[File Explorer Add-ons] remove old settings support (#10857)

This commit is contained in:
Enrico Giordani
2021-04-21 03:16:01 -07:00
committed by GitHub
parent 6ec30e2186
commit 150ffe6013
2 changed files with 5 additions and 20 deletions

View File

@@ -22,10 +22,3 @@ inline bool Is19H1OrHigher()
{
return IsAPIContractV8Available();
}
// This function returns true if the build is 19h1 or higher, so that we deploy the new settings.
// It returns false otherwise.
inline bool UseNewSettings()
{
return Is19H1OrHigher();
}