diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2016-06-07 10:19:10 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2016-06-07 10:19:10 +0000 |
commit | 3c928a4406b6e345a6cc27be681604f980edab7f (patch) | |
tree | d787d459d31a1866af8159a009a81ea4d55df6c3 /protocols/FacebookRM | |
parent | e34d32b315c360198f69c78dbfe7ef45eb979346 (diff) |
warning fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@16940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM')
-rw-r--r-- | protocols/FacebookRM/src/json.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/json.cpp b/protocols/FacebookRM/src/json.cpp index 7b5ac5dd04..f639a311bb 100644 --- a/protocols/FacebookRM/src/json.cpp +++ b/protocols/FacebookRM/src/json.cpp @@ -828,7 +828,6 @@ int facebook_json_parser::parse_messages(std::string *pData, std::vector<faceboo } // Probably means client: guess 0 = web, 8 = messenger, 10 = something else? if (vc_) { - int vc = vc_.as_int(); TCHAR *client = _T(FACEBOOK_CLIENT_WEB); /*if (vc == 0) { |