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;
|
||||
int index;
|
||||
bool ignoreCount;
|
||||
bool needsIcon;
|
||||
|
||||
std::wstring strValue;
|
||||
ParentMeasure* parent;
|
||||
@ -168,7 +167,6 @@ struct ChildMeasure
|
||||
iconPath(L""),
|
||||
index(1),
|
||||
ignoreCount(false),
|
||||
needsIcon(true),
|
||||
strValue(L""),
|
||||
parent(nullptr) { }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user