summaryrefslogtreecommitdiffstats
path: root/common/clientapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/clientapi.cpp')
-rw-r--r--common/clientapi.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/clientapi.cpp b/common/clientapi.cpp
index e6878a6..b7dfb86 100644
--- a/common/clientapi.cpp
+++ b/common/clientapi.cpp
@@ -51,11 +51,6 @@ QString Store::storageLocation()
51 return Sink::storageLocation(); 51 return Sink::storageLocation();
52} 52}
53 53
54QByteArray Store::resourceName(const QByteArray &instanceIdentifier)
55{
56 return Sink::resourceName(instanceIdentifier);
57}
58
59static QList<QByteArray> getResources(const QList<QByteArray> &resourceFilter, const QByteArray &type) 54static QList<QByteArray> getResources(const QList<QByteArray> &resourceFilter, const QByteArray &type)
60{ 55{
61 //Return the global resource (signified by an empty name) for types that don't eblong to a specific resource 56 //Return the global resource (signified by an empty name) for types that don't eblong to a specific resource