diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-09-01 21:17:16 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-09-01 21:17:16 +0000 |
commit | f2b5b0dd953573cbce3fe8df62daa2ada646c626 (patch) | |
tree | 85ac873ee705901fbd00b6e348d0314c6c818fdb /protocols/FacebookRM/src/client.h | |
parent | e596945743e029945b7fd8657de5d3f6c279d44b (diff) |
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
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 3 |
1 files changed, 0 insertions, 3 deletions
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_;
|