diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-17 23:16:31 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-17 23:16:31 +0300 |
commit | 4dad3f7d4adaaddcf2493c49ad1d094374d68104 (patch) | |
tree | e59e5e8eeb13209404048d33a7918f59b0838497 /protocols/CurrencyRates/src/HTTPSession.cpp | |
parent | 5f3068756e3f1317ea01b0d3592839ffa318b164 (diff) |
CurrencyRates: all global settings moved to UI classes
Diffstat (limited to 'protocols/CurrencyRates/src/HTTPSession.cpp')
-rw-r--r-- | protocols/CurrencyRates/src/HTTPSession.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/CurrencyRates/src/HTTPSession.cpp b/protocols/CurrencyRates/src/HTTPSession.cpp index 242a2b08ac..4c36778cf9 100644 --- a/protocols/CurrencyRates/src/HTTPSession.cpp +++ b/protocols/CurrencyRates/src/HTTPSession.cpp @@ -6,8 +6,7 @@ HNETLIBUSER CHTTPSession::g_hNetLib = nullptr; void CALLBACK waitStub() { - CAdvProviderSettings global_settings(g_pCurrentProvider); - show_popup(g_pCurrentProvider, 0, -1, TranslateW(ERROR_MSG), *global_settings.GetPopupSettingsPtr()); + show_popup(g_pCurrentProvider, 0, -1, TranslateW(ERROR_MSG)); } static int find_header(const NETLIBHTTPREQUEST* pRequest, const char* hdr) |