Remove unused var

This commit is contained in:
Pepe Rivera 2019-05-23 14:22:07 -07:00
commit 3593a9db02

View file

@ -9,6 +9,5 @@ namespace CalculatorApp
{
static constexpr auto sc_MetadataUriLocalizeFor = L"https://go.microsoft.com/fwlink/?linkid=2091028&localizeFor=";
static constexpr auto sc_RatiosUriRelativeTo = L"https://go.microsoft.com/fwlink/?linkid=2091307&localCurrency=";
static constexpr auto sc_ApiKey = L"";
}
}