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

Unified Diff: src/plugin/PluginFilter.h

Issue 5096167658487808: [IE] Dead code (Closed)
Patch Set: Created June 20, 2014, 9:26 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') | src/plugin/PluginFilter.cpp » ('J')
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
@@ -109,7 +109,6 @@
int m_contentType;
enum EFilterType m_filterType;
- std::vector<CString> m_stringElements;
bool m_isMatchCase;
bool m_isFirstParty;
bool m_isThirdParty;
@@ -154,10 +153,6 @@
void ClearFilters();
- int FindMatch(const CString& src, CString filterPart, int startPos=0) const;
- bool IsSpecialChar(TCHAR testChar) const;
- bool IsSubdomain(const CString& subdomain, const CString& domain) const;
-
public:
CPluginFilter(const CString& dataPath = "");
« no previous file with comments | « no previous file | src/plugin/PluginFilter.cpp » ('j') | src/plugin/PluginFilter.cpp » ('J')

Powered by Google App Engine
This is Rietveld