diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-26 17:09:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-08-26 17:09:21 +0200 |
commit | bec7ebcd95f1539b5d8a9fe472c3c05809386c18 (patch) | |
tree | 29bda1be8ea5ff5857cf5f2b48dce3163ab6e126 /common/storage.h | |
parent | f6c3c5b49ebe8eb5c8b25298caa06b575a943035 (diff) | |
download | sink-bec7ebcd95f1539b5d8a9fe472c3c05809386c18.tar.gz sink-bec7ebcd95f1539b5d8a9fe472c3c05809386c18.zip |
Removed no longer used API
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 2 |
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 | ||