Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginFilter.h

Issue 5338258498125824: Noissue - Removed unused filter-map variables (Closed)
Patch Set: Created Feb. 11, 2015, 5:39 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/plugin/PluginFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginFilter.h
===================================================================
--- a/src/plugin/PluginFilter.h
+++ b/src/plugin/PluginFilter.h
@@ -131,9 +131,6 @@
CString m_dataPath;
- typedef std::map<DWORD, CFilter> TFilterMap;
- typedef std::vector<CFilter> TFilterMapDefault;
-
// (Tag,Name) -> Filter
typedef std::multimap<std::pair<CString,CString>, CFilterElementHide> TFilterElementHideTagsNamed;
@@ -145,9 +142,6 @@
TFilterElementHideTagsNamed m_elementHideTagsClass;
TFilterElementHideTags m_elementHideTags;
- TFilterMap m_filterMap[2][2];
- TFilterMapDefault m_filterMapDefault[2];
-
void ClearFilters();
public:
« no previous file with comments | « no previous file | src/plugin/PluginFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld