Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2013-02-19 20:24:10 +0400
committerKlaas Freitag <freitag@owncloud.com>2013-02-19 20:24:10 +0400
commit817039ddf39e3535c043234c8ce29e3e5123f52c (patch)
tree930c09fba2fcdd29859af274682298a7fcb93f20 /src/mirall/folderwatcher.h
parent6d6deaf6c46a5c1bed810b933963be36507ea3d2 (diff)
Simplify and fix startup: Steer starting of sync from folderman.
Diffstat (limited to 'src/mirall/folderwatcher.h')
-rw-r--r--src/mirall/folderwatcher.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mirall/folderwatcher.h b/src/mirall/folderwatcher.h
index 40fa0c00f..f920ffab4 100644
--- a/src/mirall/folderwatcher.h
+++ b/src/mirall/folderwatcher.h
@@ -134,9 +134,6 @@ private:
// QStringList _pendingPaths;
QTimer *_processTimer;
QStringList _ignores;
- // for the initial synchronization, without
- // any file changed
- bool _initialSyncDone;
friend class FolderWatcherPrivate;
};