summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/history.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-01-12 21:11:48 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-01-12 21:11:48 +0300
commit2e6dde78703f4a6a954bc2942d00bbb13b7facdc (patch)
tree3b3baf80be47130dde26c20d6fe44e1a84879b92 /protocols/FacebookRM/src/history.cpp
parent4f0a7d544b64cb9b4b95f448349eaea90be21425 (diff)
unused parameters removed
Diffstat (limited to 'protocols/FacebookRM/src/history.cpp')
-rw-r--r--protocols/FacebookRM/src/history.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/history.cpp b/protocols/FacebookRM/src/history.cpp
index 82d37ddae1..abffd56647 100644
--- a/protocols/FacebookRM/src/history.cpp
+++ b/protocols/FacebookRM/src/history.cpp
@@ -64,7 +64,7 @@ HttpRequest* facebook_client::threadInfoRequest(bool isChat, const char *id, con
}
// Request both thread info and messages for more threads
-HttpRequest* facebook_client::threadInfoRequest(const LIST<char> &ids, int offset, int limit)
+HttpRequest* facebook_client::threadInfoRequest(const LIST<char> &ids, int limit)
{
HttpRequest *p = new HttpRequest(REQUEST_POST, FACEBOOK_SERVER_REGULAR "/api/graphqlbatch/");