diff options
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 62a9a7f2c0..214e5a81ce 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -149,9 +149,6 @@ public: bool channel();
bool send_message(std::string message_recipient, std::string message_text, std::string *error_text, int method);
- void close_chat(std::string message_recipient);
- void chat_mark_read(std::string message_recipient);
-
////////////////////////////////////////////////////////////
// Status handling
|