aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/dropbox/dropboxstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/dropbox/dropboxstorage.h')
-rw-r--r--backends/cloud/dropbox/dropboxstorage.h6
1 files changed, 0 insertions, 6 deletions
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();