summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/dropbox_utils.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-05-13 14:29:47 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-05-13 14:29:47 +0000
commit71846c4e387e27164ffde6b2e8a188b3bc21b2eb (patch)
tree0651eb829e128942cb0fe361862f93436fdb7a23 /plugins/Dropbox/src/dropbox_utils.cpp
parentf112b278674402d2ea5428307f84de193695a07c (diff)
Dropbox: refactoring of http requests
git-svn-id: http://svn.miranda-ng.org/main/trunk@13570 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox_utils.cpp')
-rw-r--r--plugins/Dropbox/src/dropbox_utils.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Dropbox/src/dropbox_utils.cpp b/plugins/Dropbox/src/dropbox_utils.cpp
index 28eff5049f..17fe9eb919 100644
--- a/plugins/Dropbox/src/dropbox_utils.cpp
+++ b/plugins/Dropbox/src/dropbox_utils.cpp
@@ -29,8 +29,6 @@ char* CDropbox::HttpStatusToText(HTTP_STATUS status)
return "Unknown error";
}
-
-
void CDropbox::HandleHttpResponseError(NETLIBHTTPREQUEST *response)
{
if (response == NULL)