diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:09 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:24:09 +0200 |
commit | 110fc5dee14fc7988f631a158e50d283446aba7a (patch) | |
tree | 7c19dfd3bdb8c4636409ec80a38c70499ac006db /structures.h | |
parent | 5.14 (diff) | |
download | FreeFileSync-110fc5dee14fc7988f631a158e50d283446aba7a.tar.gz FreeFileSync-110fc5dee14fc7988f631a158e50d283446aba7a.tar.bz2 FreeFileSync-110fc5dee14fc7988f631a158e50d283446aba7a.zip |
5.15
Diffstat (limited to 'structures.h')
-rw-r--r-- | structures.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/structures.h b/structures.h index 021a2675..5ffb5620 100644 --- a/structures.h +++ b/structures.h @@ -348,20 +348,6 @@ bool operator==(const FolderPairEnh& lhs, const FolderPairEnh& rhs) struct MainConfiguration { - MainConfiguration() : - globalFilter(Zstr("*"), -#ifdef FFS_WIN - Zstr("\\System Volume Information\\\n") - Zstr("\\$Recycle.Bin\\\n") - Zstr("\\RECYCLER\\\n") - Zstr("\\RECYCLED\\\n")) {} -#elif defined FFS_LINUX - Zstr("/.Trash-*/\n") - Zstr("/.recycle/\n")) {} -#elif defined FFS_MAC - Zstr("/.Trashes/\n")) {} -#endif - CompConfig cmpConfig; //global compare settings: may be overwritten by folder pair settings SyncConfig syncCfg; //global synchronisation settings: may be overwritten by folder pair settings FilterConfig globalFilter; //global filter settings: combined with folder pair settings |