diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-17 13:10:33 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-17 13:10:33 +0300 |
commit | 8de798016edb9d7e87bda93431ba9548f5c6353a (patch) | |
tree | c7d30216e49860ab78114fbb593c0f840d0b3270 /protocols/CurrencyRates/src/ICurrencyRatesProvider.h | |
parent | 65204f98efd6595b903d1dd6ee7a21ba88d63948 (diff) |
CurrencyRates: options moved to the separate file
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 63783cdb7d..3d8d07ca92 100644 --- a/protocols/CurrencyRates/src/ICurrencyRatesProvider.h +++ b/protocols/CurrencyRates/src/ICurrencyRatesProvider.h @@ -34,8 +34,6 @@ public: virtual void DeleteContact(MCONTACT hContact) = 0; virtual MCONTACT ImportContact(const TiXmlNode*) = 0; - virtual void ShowPropertyPage(WPARAM wp, OPTIONSDIALOGPAGE& odp) = 0; - virtual void RefreshAllContacts() = 0; virtual void RefreshSettings() = 0; virtual void RefreshContact(MCONTACT hContact) = 0; |