From 0353de737783a61cc1381d26dcdeda3111b61cb8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 17 Nov 2023 14:55:45 +0300 Subject: final version of CurrencyRates before adding second provider --- protocols/CurrencyRates/src/ICurrencyRatesProvider.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/CurrencyRates/src/ICurrencyRatesProvider.h') 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; -- cgit v1.2.3