From 73ce939948a8ed16495db7999d34c2dafee5f390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sat, 30 May 2015 22:05:17 +0000 Subject: Facebook: Remove useless parameter git-svn-id: http://svn.miranda-ng.org/main/trunk@13917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/FacebookRM/src/client.h') 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); -- cgit v1.2.3