summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/dropbox_services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dropbox/src/dropbox_services.cpp')
-rw-r--r--plugins/Dropbox/src/dropbox_services.cpp14
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;