From 8c62993769dd12d3ee96eba84f3b35d8c63f9269 Mon Sep 17 00:00:00 2001 From: Peter Bozsó Date: Thu, 21 Jul 2016 10:12:41 +0200 Subject: CLOUD: Remove remove() from BoxStorage --- backends/cloud/box/boxstorage.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'backends/cloud/box/boxstorage.h') diff --git a/backends/cloud/box/boxstorage.h b/backends/cloud/box/boxstorage.h index 80a572cb31..018562379f 100644 --- a/backends/cloud/box/boxstorage.h +++ b/backends/cloud/box/boxstorage.h @@ -87,9 +87,6 @@ public: /** Returns pointer to Networking::NetworkReadStream. */ 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 - /** Returns the StorageInfo struct. */ virtual Networking::Request *info(StorageInfoCallback callback, Networking::ErrorCallback errorCallback); -- cgit v1.2.3