diff options
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index b6605e50e3..8d90fef211 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -71,13 +71,11 @@ class CSteamProto : public PROTO<CSteamProto> LIST<RequestQueueItem> m_requestQueue;
// polling
- HANDLE m_hPollingThread;
ULONG hAuthProcess;
ULONG hMessageProcess;
mir_cs m_addContactLock;
mir_cs m_setStatusLock;
std::map<HANDLE, time_t> m_mpOutMessages;
- std::map<std::string, time_t> m_typingTimestamps;
public:
// PROTO_INTERFACE
@@ -125,11 +123,6 @@ protected: void ProcessRequestQueue();
void __cdecl RequestQueueThread(void*);
- // pooling
- void ParsePollData(const JSONNode &data);
- void OnGotPoll(const HttpResponse &response, void *arg);
- void __cdecl PollingThread(void*);
-
// login
bool IsOnline();
bool IsMe(const char *steamId);
|