From a9a97c244bf5cea6d1e7a2e48b91f08558829387 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 4 Jan 2021 21:27:45 +0300 Subject: Steam: - global LastMessageTS field removed because it's senseless, now it's stored for each contact separately; - options code cleaning; - project file fix; - version bump --- protocols/Steam/src/steam_proto.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'protocols/Steam/src/steam_proto.h') diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 6ebec59789..aec2210c51 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -79,12 +79,6 @@ class CSteamProto : public PROTO std::map m_mpOutMessages; std::map m_typingTimestamps; - /** - * Used only to compare in steam_history.cpp, others should write such value directly to db profile, because PollingThread - * may start sooner than steam_history requests so it could possibly break getting history messages from server - */ - time_t m_lastMessageTS; - public: // PROTO_INTERFACE CSteamProto(const char *protoName, const wchar_t *userName); -- cgit v1.2.3