FileView: Code cleanup

This commit is contained in:
Brian Ferguson 2013-03-12 17:10:26 -06:00
parent c171a31d9d
commit 967cb5afc0

View File

@ -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) { }
};