summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-22 22:51:13 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-22 22:51:13 +0300
commite0ed434b759f834663074962899ff72a890b62d5 (patch)
treeec00cea38006e51e9e4bbfc1d98567913dd84b7a /protocols/SkypeWeb/src/skype_proto.h
parentf16237c82e336d857d73609015157732c97a2529 (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.h6
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;