summaryrefslogtreecommitdiff
path: root/protocols/CurrencyRates/src/ICurrencyRatesProvider.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-17 13:10:33 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-17 13:10:33 +0300
commit8de798016edb9d7e87bda93431ba9548f5c6353a (patch)
treec7d30216e49860ab78114fbb593c0f840d0b3270 /protocols/CurrencyRates/src/ICurrencyRatesProvider.h
parent65204f98efd6595b903d1dd6ee7a21ba88d63948 (diff)
CurrencyRates: options moved to the separate file
Diffstat (limited to 'protocols/CurrencyRates/src/ICurrencyRatesProvider.h')
-rw-r--r--protocols/CurrencyRates/src/ICurrencyRatesProvider.h2
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;