diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-20 22:57:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-20 22:57:35 +0300 |
commit | a144aedf745f07beed2257b77839ad7c979b9eec (patch) | |
tree | e712d8c6a0c7617fb9c1c08a373fa71837b711c9 /plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h | |
parent | 713d02facf10fb187f7f74c32942d18e817a7934 (diff) |
CurrencyRates:
- fixes #1857 (rate limit error);
- code cleaning;
- version bump
Diffstat (limited to 'plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h')
-rw-r--r-- | plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h b/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h index 0528f21484..ca2f03a255 100644 --- a/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h +++ b/plugins/CurrencyRates/src/CurrencyRatesProviderVisitorFormater.h @@ -15,7 +15,6 @@ private: private: void FormatDoubleHelper(LPCSTR pszDbSet, const tstring sInvalid = L"-"); - // void FormatChangeValueHelper(bool bPercentage); private: MCONTACT m_hContact; |