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.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/backends/cloud/dropbox/dropboxstorage.h b/backends/cloud/dropbox/dropboxstorage.h
index 43ed9dcbee..f80854b987 100644
--- a/backends/cloud/dropbox/dropboxstorage.h
+++ b/backends/cloud/dropbox/dropboxstorage.h
@@ -27,14 +27,9 @@
namespace Cloud { namespace Dropbox {
-class DropboxStorage: public Cloud::Storage {
- bool _firstTime;
-
-protected:
- virtual void handler();
-
+class DropboxStorage: public Cloud::Storage {
public:
- DropboxStorage() : _firstTime(true) {};
+ DropboxStorage() {};
virtual void listDirectory(Common::String path);
virtual void syncSaves();