summaryrefslogtreecommitdiffstats
path: root/common/clientapi.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 08:25:42 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 08:25:42 +0100
commit4ee8a44bf4dda625b4d2f58f127869557c1af959 (patch)
tree67f8bf05e33cf86f0bd9061ddf5a6d5a0ba842bb /common/clientapi.cpp
parent60b4e805d39f2ddb6316f739bdf730d04721fea2 (diff)
downloadsink-4ee8a44bf4dda625b4d2f58f127869557c1af959.tar.gz
sink-4ee8a44bf4dda625b4d2f58f127869557c1af959.zip
Removed removeFromDisk
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 b7dfb86..f67606e 100644
--- a/common/clientapi.cpp
+++ b/common/clientapi.cpp
@@ -190,11 +190,6 @@ KAsync::Job<void> Resources::start(const QByteArray &identifier)
190 }); 190 });
191} 191}
192 192
193void Store::removeFromDisk(const QByteArray &identifier)
194{
195 removeDataFromDisk(identifier).exec().waitForFinished();
196}
197
198KAsync::Job<void> Store::removeDataFromDisk(const QByteArray &identifier) 193KAsync::Job<void> Store::removeDataFromDisk(const QByteArray &identifier)
199{ 194{
200 //All databases are going to become invalid, nuke the environments 195 //All databases are going to become invalid, nuke the environments