summaryrefslogtreecommitdiff
path: root/FacebookRM/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'FacebookRM/client.h')
-rw-r--r--FacebookRM/client.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/FacebookRM/client.h b/FacebookRM/client.h
index 39b3c17..cff5c09 100644
--- a/FacebookRM/client.h
+++ b/FacebookRM/client.h
@@ -44,9 +44,7 @@ public:
chat_sequence_num_ = chat_channel_host_ = chat_channel_partition_ = chat_channel_jslogger_ = \
logout_hash_ = "";
- msgid_ = error_count_ = last_feeds_update_ = \
- last_notification_time_ = /*last_message_time_ =*/ \
- last_grpmessage_time_ = /*last_close_chat_time_ =*/ 0;
+ msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = 0;
invisible_ = is_typing_ = false;
@@ -83,9 +81,6 @@ public:
bool is_typing_;
time_t last_feeds_update_;
unsigned __int64 last_notification_time_;
- //unsigned __int64 last_message_time_;
- time_t last_grpmessage_time_;
- //time_t last_close_chat_time_;
int msgid_;
////////////////////////////////////////////////////////////
@@ -150,9 +145,9 @@ public:
HANDLE send_message_lock_;
bool buddy_list( );
+ bool facepiles( );
bool load_friends( );
bool feeds( );
- void delete_friends( );
////////////////////////////////////////////////////////////