summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/client.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-04-21 14:50:46 +0000
committerRobert Pösel <robyer@seznam.cz>2014-04-21 14:50:46 +0000
commit0b73250a247cee60ee3f1098f584ae63148e0cee (patch)
tree1e86d94565eb6b28ff1f00d703e9a96dfb6d9df9 /protocols/FacebookRM/src/client.h
parentcebc18b4b133798537488e8cb7ea8c0cb9966314 (diff)
Facebook: Support for true invisible! (they don't see you, but you see them)
git-svn-id: http://svn.miranda-ng.org/main/trunk@9013 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r--protocols/FacebookRM/src/client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h
index bbd7eb45dc..3e6993eb9a 100644
--- a/protocols/FacebookRM/src/client.h
+++ b/protocols/FacebookRM/src/client.h
@@ -43,7 +43,7 @@ public:
msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = 0;
- https_ = is_idle_ = invisible_ = is_typing_ = false;
+ https_ = is_idle_ = is_typing_ = false;
buddies_lock_ = send_message_lock_ = NULL;
hMsgCon = NULL;
@@ -76,7 +76,6 @@ public:
std::string chat_sticky_num_;
std::string chat_conn_num_;
std::string chat_clientid_;
- bool invisible_;
bool is_typing_;
bool is_idle_;
bool https_;