summaryrefslogtreecommitdiff
path: root/plugins/CurrencyRates/src/ModuleInfo.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-21 15:58:11 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-21 15:58:11 +0300
commit7f4db3773e723059ddd50b63b21717cc941ca424 (patch)
treee7c904de02cfd308070b3e5ee779183804e5f505 /plugins/CurrencyRates/src/ModuleInfo.h
parent98e5dab950ab976bbf244dc21e7bfe2353722d45 (diff)
the less boost and other C++ perversions - the better
Diffstat (limited to 'plugins/CurrencyRates/src/ModuleInfo.h')
-rw-r--r--plugins/CurrencyRates/src/ModuleInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/CurrencyRates/src/ModuleInfo.h b/plugins/CurrencyRates/src/ModuleInfo.h
index 8b99a248d6..39399f5c43 100644
--- a/plugins/CurrencyRates/src/ModuleInfo.h
+++ b/plugins/CurrencyRates/src/ModuleInfo.h
@@ -16,8 +16,6 @@ public:
static bool Verify();
- static TCurrencyRatesProvidersPtr GetCurrencyRateProvidersPtr();
-
static THTMLEnginePtr GetHTMLEngine();
static void SetHTMLEngine(THTMLEnginePtr pEngine);
};