Index: src/plugin/AdblockPlusClient.h |
=================================================================== |
--- a/src/plugin/AdblockPlusClient.h |
+++ b/src/plugin/AdblockPlusClient.h |
@@ -54,8 +54,6 @@ |
bool IsElementHidden(const std::wstring & tag, IHTMLElement* pEl, const std::wstring & domain, const std::wstring & indent, CPluginFilter* filter); |
bool IsWhitelistedUrl(const std::wstring & url); |
- int GetIEVersion(); |
- |
bool Matches(const std::wstring& url, const std::wstring& contentType, const std::wstring& domain); |
std::vector<std::wstring> GetElementHidingSelectors(const std::wstring& domain); |
std::vector<SubscriptionDescription> FetchAvailableSubscriptions(); |