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