summaryrefslogtreecommitdiffstats
path: root/consistencycheck.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-09-14 07:28:19 +0200
committerArno <am@disconnect.de>2013-09-14 07:28:19 +0200
commit19a7e82de5decb45caf07acc0d1161b1f05cb15b (patch)
treeba036f290965b58482abf8b415200457341f2e89 /consistencycheck.cpp
parentc115772c658ba1138d05ef6604bc36d4b6d96867 (diff)
downloadSheMov-19a7e82de5decb45caf07acc0d1161b1f05cb15b.tar.gz
SheMov-19a7e82de5decb45caf07acc0d1161b1f05cb15b.tar.bz2
SheMov-19a7e82de5decb45caf07acc0d1161b1f05cb15b.zip
Get rid of FrameCache
Diffstat (limited to 'consistencycheck.cpp')
-rw-r--r--consistencycheck.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/consistencycheck.cpp b/consistencycheck.cpp
index 759e2ae..7e463a2 100644
--- a/consistencycheck.cpp
+++ b/consistencycheck.cpp
@@ -433,9 +433,6 @@ void ConsistencyChecker::doFsCheck(const QFileInfo &start, const QVector<QString
}
mCancelMutex.unlock();
if(fi.isDir()){
- if(fi.fileName() == ".frameCache"){
- continue;
- }
doFsCheck(fi, md5sums);
}else{
QString md5sum = Helper::md5Sum(fi.absoluteFilePath());