diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-12 21:11:48 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-12 21:11:48 +0300 |
commit | 2e6dde78703f4a6a954bc2942d00bbb13b7facdc (patch) | |
tree | 3b3baf80be47130dde26c20d6fe44e1a84879b92 /protocols/FacebookRM/src/history.cpp | |
parent | 4f0a7d544b64cb9b4b95f448349eaea90be21425 (diff) |
unused parameters removed
Diffstat (limited to 'protocols/FacebookRM/src/history.cpp')
-rw-r--r-- | protocols/FacebookRM/src/history.cpp | 2 |
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/"); |