diff options
Diffstat (limited to 'protocols/CurrencyRates/src/ICurrencyRatesProvider.h')
-rw-r--r-- | protocols/CurrencyRates/src/ICurrencyRatesProvider.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/CurrencyRates/src/ICurrencyRatesProvider.h b/protocols/CurrencyRates/src/ICurrencyRatesProvider.h index 3d8d07ca92..7ceec2aa8c 100644 --- a/protocols/CurrencyRates/src/ICurrencyRatesProvider.h +++ b/protocols/CurrencyRates/src/ICurrencyRatesProvider.h @@ -30,8 +30,6 @@ public: virtual bool Init() = 0; virtual const CProviderInfo& GetInfo() const = 0; - virtual void AddContact(MCONTACT hContact) = 0; - virtual void DeleteContact(MCONTACT hContact) = 0; virtual MCONTACT ImportContact(const TiXmlNode*) = 0; virtual void RefreshAllContacts() = 0; |