diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-11-03 19:22:54 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-11-03 19:22:54 +0000 |
commit | e3cea4cc5c8f844fedbccd76077a4b15897f9b34 (patch) | |
tree | 0c0939380caea5a5900328b19fdd3cc80c8ec6b3 /protocols/FacebookRM/src/client.h | |
parent | f1c8069fba15a042ba2824ee6dc48a891f8ccd2d (diff) |
Facebook: No more post_form_id. Elliot! No more!
git-svn-id: http://svn.miranda-ng.org/main/trunk@2169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 5882c62945..69e5077dbb 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -35,9 +35,8 @@ public: facebook_client( )
{
username_ = password_ = \
- post_form_id_ = dtsg_ = \
chat_sequence_num_ = chat_channel_host_ = chat_channel_partition_ = \
- logout_hash_ = "";
+ dtsg_ = logout_hash_ = "";
msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = 0;
@@ -64,7 +63,6 @@ public: std::string username_;
std::string password_;
- std::string post_form_id_;
std::string dtsg_;
std::string logout_hash_;
std::string chat_channel_;
|