diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-03-07 20:30:38 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-03-07 20:30:38 +0000 |
commit | c2c7b69efb2eac474a191d25f4a609274e87249e (patch) | |
tree | 97344fdb8afffab8e0f0aa7ee83b62b294d42fa0 /plugins/Dropbox/src/dropbox_services.cpp | |
parent | 6cf0c508c0291c0622221a48b91bd39684e70dcf (diff) |
Dropbox: added retrieving of account info
git-svn-id: http://svn.miranda-ng.org/main/trunk@8459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox_services.cpp')
-rw-r--r-- | plugins/Dropbox/src/dropbox_services.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/Dropbox/src/dropbox_services.cpp b/plugins/Dropbox/src/dropbox_services.cpp index 4a28527423..84c9f6b5b7 100644 --- a/plugins/Dropbox/src/dropbox_services.cpp +++ b/plugins/Dropbox/src/dropbox_services.cpp @@ -172,20 +172,6 @@ INT_PTR CDropbox::ProtoReceiveMessage(void *obj, WPARAM, LPARAM lParam) return 0;
}
-//INT_PTR CDropbox::RequestApiAuthorization(WPARAM, LPARAM)
-//{
-// mir_forkthread(CDropbox::RequestApiAuthorizationAsync, 0);
-//
-// return 0;
-//}
-//
-//INT_PTR CDropbox::RevokeApiAuthorization(WPARAM, LPARAM)
-//{
-// mir_forkthread(CDropbox::RevokeApiAuthorizationAsync, 0);
-//
-// return 0;
-//}
-
INT_PTR CDropbox::SendFilesToDropbox(void *obj, WPARAM hContact, LPARAM)
{
CDropbox *instance = (CDropbox*)obj;
|