Remove workarounds related to 0000 dekstop GUID. (#3931)

This commit is contained in:
vldmr11080
2020-06-02 12:06:36 +02:00
committed by GitHub
parent 0d59de5767
commit 1c7b07d614
2 changed files with 0 additions and 9 deletions

View File

@@ -281,10 +281,6 @@ namespace JSONHelpers
bool FancyZonesData::RemoveDevicesByVirtualDesktopId(const std::wstring& virtualDesktopId)
{
std::scoped_lock lock{ dataLock };
if (virtualDesktopId == DEFAULT_GUID)
{
return false;
}
bool modified{ false };
for (auto it = deviceInfoMap.begin(); it != deviceInfoMap.end();)
{