From f2b5b0dd953573cbce3fe8df62daa2ada646c626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 1 Sep 2015 21:17:16 +0000 Subject: Facebook: Revise various requests, remove weird typing optimization Revised requests: * typing notification * thread_sync * thread_info * user_info * user_info_all * buddy_list git-svn-id: http://svn.miranda-ng.org/main/trunk@15143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/client.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'protocols/FacebookRM/src/client.h') diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 7f95567e12..6110943167 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -39,8 +39,6 @@ public: { msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = random_ = chat_msgs_recv_ = chat_req_ = 0; - is_typing_ = false; - buddies_lock_ = send_message_lock_ = notifications_lock_ = cookies_lock_ = NULL; hMsgCon = NULL; hFcbCon = NULL; @@ -81,7 +79,6 @@ public: std::string chat_conn_num_; std::string chat_clientid_; std::string chat_traceid_; - bool is_typing_; time_t last_feeds_update_; time_t last_notification_time_; volatile unsigned int msgid_; -- cgit v1.2.3