diff options
author | Alexander Tkachev | 2016-07-21 13:58:58 +0600 |
---|---|---|
committer | Alexander Tkachev | 2016-08-24 16:07:55 +0600 |
commit | efebb5b90dd84f962572f3e8df161f6284465cbc (patch) | |
tree | 18674b5770985c738ac3f1d0c54064c77770ef99 /backends/cloud | |
parent | 9254df2d9614b2cc8e35a3abbdc593e54616a322 (diff) | |
download | scummvm-rg350-efebb5b90dd84f962572f3e8df161f6284465cbc.tar.gz scummvm-rg350-efebb5b90dd84f962572f3e8df161f6284465cbc.tar.bz2 scummvm-rg350-efebb5b90dd84f962572f3e8df161f6284465cbc.zip |
CLOUD: Remove DropboxStorage::remove()
Diffstat (limited to 'backends/cloud')
-rw-r--r-- | backends/cloud/dropbox/dropboxstorage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/cloud/dropbox/dropboxstorage.h b/backends/cloud/dropbox/dropboxstorage.h index 1f46c51558..0a0043abee 100644 --- a/backends/cloud/dropbox/dropboxstorage.h +++ b/backends/cloud/dropbox/dropboxstorage.h @@ -80,9 +80,6 @@ public: virtual Networking::Request *streamFileById(Common::String path, Networking::NetworkReadStreamCallback callback, Networking::ErrorCallback errorCallback); /** Calls the callback when finished. */ - virtual Networking::Request *remove(Common::String path, BoolCallback callback, Networking::ErrorCallback errorCallback) { return nullptr; } //TODO - - /** Calls the callback when finished. */ virtual Networking::Request *createDirectory(Common::String path, BoolCallback callback, Networking::ErrorCallback errorCallback); /** Returns the StorageInfo struct. */ |