| Index: src/plugin/AdblockPlusClient.h | 
| =================================================================== | 
| --- a/src/plugin/AdblockPlusClient.h | 
| +++ b/src/plugin/AdblockPlusClient.h | 
| @@ -54,8 +54,6 @@ | 
| bool IsElementHidden(const CString& tag, IHTMLElement* pEl, const CString& domain, const CString& 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(); | 
|  |