summaryrefslogtreecommitdiff
path: root/synchronization.h
diff options
context:
space:
mode:
Diffstat (limited to 'synchronization.h')
-rw-r--r--synchronization.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/synchronization.h b/synchronization.h
index d83315f4..d44d03ba 100644
--- a/synchronization.h
+++ b/synchronization.h
@@ -57,7 +57,6 @@ private:
size_t rowsTotal;
};
-bool synchronizationNeeded(const FolderComparison& folderCmp);
class SynchronizeFolderPair;
bgstack15