diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-19 17:01:43 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-19 17:01:43 +0100 |
commit | 9f7e50ed1b788cf407c13bc35a2021e329123c4f (patch) | |
tree | 351c31198c42d9e795eb59cc7aaab50f8055bcf7 /common/clientapi.h | |
parent | c26420604b71da2f32bb29dc531e779656d77fc1 (diff) | |
download | sink-9f7e50ed1b788cf407c13bc35a2021e329123c4f.tar.gz sink-9f7e50ed1b788cf407c13bc35a2021e329123c4f.zip |
Cleanup
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 3d9095d..4e55432 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -36,9 +36,6 @@ namespace Akonadi2 { | |||
36 | * Store interface used in the client API. | 36 | * Store interface used in the client API. |
37 | */ | 37 | */ |
38 | class Store { | 38 | class Store { |
39 | private: | ||
40 | static QList<QByteArray> getResources(const QList<QByteArray> &resourceFilter, const QByteArray &type); | ||
41 | |||
42 | public: | 39 | public: |
43 | static QString storageLocation(); | 40 | static QString storageLocation(); |
44 | static QByteArray resourceName(const QByteArray &instanceIdentifier); | 41 | static QByteArray resourceName(const QByteArray &instanceIdentifier); |