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 = ""); |