mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
Remove unused ZoneSetPersistedDataOLD struct (#2581)
This commit is contained in:
@@ -13,19 +13,6 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
// Needed for migration of applied zonesets from registry
|
||||
struct ZoneSetPersistedDataOLD
|
||||
{
|
||||
static constexpr inline size_t MAX_ZONES = 40;
|
||||
DWORD Version{ VERSION_PERSISTEDDATA };
|
||||
WORD LayoutId{};
|
||||
DWORD ZoneCount{};
|
||||
JSONHelpers::ZoneSetLayoutType Layout{};
|
||||
DWORD PaddingInner{};
|
||||
DWORD PaddingOuter{};
|
||||
RECT Zones[MAX_ZONES]{};
|
||||
};
|
||||
|
||||
// From Settings.cs
|
||||
constexpr int c_focusModelId = 0xFFFF;
|
||||
constexpr int c_rowsModelId = 0xFFFE;
|
||||
|
||||
Reference in New Issue
Block a user