Index: src/plugin/AdblockPlusClient.h |
=================================================================== |
--- a/src/plugin/AdblockPlusClient.h |
+++ b/src/plugin/AdblockPlusClient.h |
@@ -93,7 +93,6 @@ |
bool GetPref(const std::wstring& name, bool defaultValue = false); |
int64_t GetPref(const std::wstring& name, int64_t defaultValue = 0); |
void CheckForUpdates(HWND callbackWindow); |
- std::wstring GetAppLocale(); |
Eric
2015/11/20 18:46:04
Dead code.
|
std::wstring GetDocumentationLink(); |
bool TogglePluginEnabled(); |
std::wstring GetHostFromUrl(const std::wstring& url); |