From 29c1f7072db7484c214a7f6056faad0ffd83c71f Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Sun, 14 Dec 2014 10:16:42 +0100 Subject: remove readAll in favor of using scan --- common/storage.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/storage.h') diff --git a/common/storage.h b/common/storage.h index 64a632d..a051043 100644 --- a/common/storage.h +++ b/common/storage.h @@ -41,8 +41,6 @@ public: void scan(const char *keyData, uint keySize, const std::function &resultHandler, const std::function &errorHandler); - void readAll(const std::function &resultHandler, - const std::function &errorHandler); static std::function basicErrorHandler(); qint64 diskUsage() const; -- cgit v1.2.3