From b3781cf063e534b50b393dc9908900bcde78912c Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 23 Aug 2017 00:38:57 +0300 Subject: Quotes: hidden setting and not used icon removed (fixes #292) --- plugins/Quotes/src/QuotesProviderGoogle.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/Quotes/src/QuotesProviderGoogle.cpp') diff --git a/plugins/Quotes/src/QuotesProviderGoogle.cpp b/plugins/Quotes/src/QuotesProviderGoogle.cpp index 63b60b3e8b..94d39e5d46 100644 --- a/plugins/Quotes/src/QuotesProviderGoogle.cpp +++ b/plugins/Quotes/src/QuotesProviderGoogle.cpp @@ -145,15 +145,9 @@ void CQuotesProviderGoogle::RefreshQuotes(TContracts& anContacts) CHTTPSession http; tstring sURL = GetURL(); - bool bUseExtendedStatus = CModuleInfo::GetInstance().GetExtendedStatusFlag(); - for (TContracts::const_iterator i = anContacts.begin(); i != anContacts.end() && IsOnline(); ++i) { MCONTACT hContact = *i; - if (bUseExtendedStatus) { - SetContactStatus(hContact, ID_STATUS_OCCUPIED); - } - tstring sFullURL = build_url(hContact, sURL); // LogIt(Info,sFullURL); if ((true == http.OpenURL(sFullURL)) && (true == IsOnline())) { -- cgit v1.2.3