mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +02:00
Remove unused ZoneSetPersistedDataOLD struct (#2581)
This commit is contained in:
@@ -13,19 +13,6 @@
|
|||||||
|
|
||||||
namespace
|
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
|
// From Settings.cs
|
||||||
constexpr int c_focusModelId = 0xFFFF;
|
constexpr int c_focusModelId = 0xFFFF;
|
||||||
constexpr int c_rowsModelId = 0xFFFE;
|
constexpr int c_rowsModelId = 0xFFFE;
|
||||||
|
|||||||
Reference in New Issue
Block a user