From b4e9e35e07538a118588742aff6fd4a7a2b4d600 Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Thu, 14 Jul 2016 09:19:12 +0600 Subject: CLOUD: Cleanup in Storages --- backends/cloud/googledrive/googledrivestorage.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'backends/cloud/googledrive/googledrivestorage.h') diff --git a/backends/cloud/googledrive/googledrivestorage.h b/backends/cloud/googledrive/googledrivestorage.h index 435f9998a3..4a7dbab99f 100644 --- a/backends/cloud/googledrive/googledrivestorage.h +++ b/backends/cloud/googledrive/googledrivestorage.h @@ -49,7 +49,6 @@ class GoogleDriveStorage: public Id::IdStorage { /** Returns bool based on JSON response from cloud. */ void createDirectoryInnerCallback(BoolCallback outerCallback, Networking::JsonResponse json); - void fileDownloaded(BoolResponse response); void printInfo(StorageInfoResponse response); public: /** This constructor uses OAuth code flow to get tokens. */ @@ -104,18 +103,8 @@ public: */ static GoogleDriveStorage *loadFromConfig(Common::String keyPrefix); - /** - * Returns GoogleDrive auth link. - */ - static Common::String getAuthLink(); - virtual Common::String getRootDirectoryId(); - /** - * Show message with GoogleDrive auth instructions. (Temporary) - */ - static void authThroughConsole(); - /** * Gets new access_token. If passed is "", refresh_token is used. * Use "" in order to refresh token and pass a callback, so you could -- cgit v1.2.3