diff options
author | George Hazan <ghazan@miranda.im> | 2019-02-22 22:51:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-02-22 22:51:13 +0300 |
commit | e0ed434b759f834663074962899ff72a890b62d5 (patch) | |
tree | ec00cea38006e51e9e4bbfc1d98567913dd84b7a /protocols/SkypeWeb/src/skype_proto.h | |
parent | f16237c82e336d857d73609015157732c97a2529 (diff) |
SkypeWeb:
- fixes #1849 (SkypeWeb duplicates some outgoing messages in history);
- fixes speading Skype contacts to a group on the first run;
- unused data removed;
- version bump
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 6137f1c399..043cd49db2 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -127,8 +127,6 @@ private: bool m_bHistorySynced;
- std::map<HANDLE, time_t> m_mpOutMessages;
-
std::map<std::string, std::string> cookies;
static std::map<std::wstring, std::wstring> languages;
@@ -139,11 +137,11 @@ private: LIST<void> m_PopupClasses;
LIST<void> m_OutMessages;
- //dialogs
+ // dialogs
LIST<CSkypeInviteDlg> m_InviteDialogs;
LIST<CSkypeGCCreateDlg> m_GCCreateDialogs;
- //locks
+ // locks
mir_cs m_lckOutMessagesList;
mir_cs m_InviteDialogsLock;
mir_cs m_GCCreateDialogsLock;
|