summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/storage.h b/common/storage.h
index 191f535..d186b2e 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -161,8 +161,6 @@ public:
161 qint64 diskUsage() const; 161 qint64 diskUsage() const;
162 void removeFromDisk() const; 162 void removeFromDisk() const;
163 163
164 qint64 maxRevision();
165 void setMaxRevision(qint64 revision);
166 static qint64 maxRevision(const Akonadi2::Storage::Transaction &); 164 static qint64 maxRevision(const Akonadi2::Storage::Transaction &);
167 static void setMaxRevision(Akonadi2::Storage::Transaction &, qint64 revision); 165 static void setMaxRevision(Akonadi2::Storage::Transaction &, qint64 revision);
168 166