From 55568d757ce2990a285a6193a60242f9932d0797 Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Tue, 19 Jul 2016 15:27:26 +0600 Subject: CLOUD: Move Dropbox to API v2 We had a few places where their deprecated API v1 was used. --- backends/cloud/dropbox/dropboxstorage.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'backends/cloud/dropbox/dropboxstorage.h') diff --git a/backends/cloud/dropbox/dropboxstorage.h b/backends/cloud/dropbox/dropboxstorage.h index b3dc64139c..2c9cf163ab 100644 --- a/backends/cloud/dropbox/dropboxstorage.h +++ b/backends/cloud/dropbox/dropboxstorage.h @@ -43,9 +43,6 @@ class DropboxStorage: public Cloud::Storage { void getAccessToken(Common::String code); void codeFlowComplete(Networking::JsonResponse response); - /** Constructs StorageInfo based on JSON response from cloud. */ - void infoInnerCallback(StorageInfoCallback outerCallback, Networking::JsonResponse json); - public: /** This constructor uses OAuth code flow to get tokens. */ DropboxStorage(Common::String code); @@ -90,9 +87,6 @@ public: /** Returns the StorageInfo struct. */ virtual Networking::Request *info(StorageInfoCallback callback, Networking::ErrorCallback errorCallback); - /** This method is passed into info(). (Temporary) */ - void infoMethodCallback(StorageInfoResponse response); - /** Returns storage's saves directory path with the trailing slash. */ virtual Common::String savesDirectoryPath(); -- cgit v1.2.3