diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-18 22:12:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-18 22:12:35 +0300 |
commit | be446c7f5dbc710b7097f390f63f26a7a4c28f0c (patch) | |
tree | bb476f79043684268d6e660fa3b79dfd4ac276e2 /plugins/CloudFile/src | |
parent | cb4d31922f0690f5a3c79526245c963bfd118864 (diff) |
code cleaning
Diffstat (limited to 'plugins/CloudFile/src')
-rw-r--r-- | plugins/CloudFile/src/cloud_file.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/CloudFile/src/cloud_file.cpp b/plugins/CloudFile/src/cloud_file.cpp index 2c019cbd96..13ba742690 100644 --- a/plugins/CloudFile/src/cloud_file.cpp +++ b/plugins/CloudFile/src/cloud_file.cpp @@ -3,8 +3,7 @@ CCloudService::CCloudService(const char *protoName, const wchar_t *userName) : PROTO<CCloudService>(protoName, userName) { - MUUID muidLast = MIID_LAST; - m_hLangpack = GetPluginLangId(muidLast, 0); + m_hLangpack = GetPluginLangId(MIID_LAST, 0); NETLIBUSER nlu = {}; nlu.flags = NUF_OUTGOING | NUF_HTTPCONNS | NUF_UNICODE; |