diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-05-30 22:05:17 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-05-30 22:05:17 +0000 |
commit | 73ce939948a8ed16495db7999d34c2dafee5f390 (patch) | |
tree | 997b16e9999fc392cc960ebc33335fb8824deaa7 /protocols/FacebookRM/src/client.h | |
parent | 44d6b953f94d5c34a2d50e12c7416aa9a2e19b70 (diff) |
Facebook: Remove useless parameter
git-svn-id: http://svn.miranda-ng.org/main/trunk@13917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 0f9853ca26..fa3f11db09 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -203,7 +203,7 @@ public: // HTTP communication
- http::response flap(RequestType request_type, std::string *post_data = NULL, std::string *get_data = NULL, int method = 0);
+ http::response flap(RequestType request_type, std::string *post_data = NULL, std::string *get_data = NULL);
bool save_url(const std::string &url,const std::tstring &filename, HANDLE &nlc);
bool notify_errors(RequestType);
|