mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
FileView: Code cleanup
This commit is contained in:
parent
c171a31d9d
commit
967cb5afc0
@ -156,7 +156,6 @@ struct ChildMeasure
|
|||||||
std::wstring iconPath;
|
std::wstring iconPath;
|
||||||
int index;
|
int index;
|
||||||
bool ignoreCount;
|
bool ignoreCount;
|
||||||
bool needsIcon;
|
|
||||||
|
|
||||||
std::wstring strValue;
|
std::wstring strValue;
|
||||||
ParentMeasure* parent;
|
ParentMeasure* parent;
|
||||||
@ -168,7 +167,6 @@ struct ChildMeasure
|
|||||||
iconPath(L""),
|
iconPath(L""),
|
||||||
index(1),
|
index(1),
|
||||||
ignoreCount(false),
|
ignoreCount(false),
|
||||||
needsIcon(true),
|
|
||||||
strValue(L""),
|
strValue(L""),
|
||||||
parent(nullptr) { }
|
parent(nullptr) { }
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user