summaryrefslogtreecommitdiff
path: root/comparison.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:00:17 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:00:17 +0200
commitfd0853d2623dd278b08288331ed42e3be59252fb (patch)
treea7645daeaef8bdbed064faf4eb88e72cee58726c /comparison.h
parent2.1 (diff)
downloadFreeFileSync-fd0853d2623dd278b08288331ed42e3be59252fb.tar.gz
FreeFileSync-fd0853d2623dd278b08288331ed42e3be59252fb.tar.bz2
FreeFileSync-fd0853d2623dd278b08288331ed42e3be59252fb.zip
2.2
Diffstat (limited to 'comparison.h')
-rw-r--r--comparison.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/comparison.h b/comparison.h
index eaa4e2c8..0833defe 100644
--- a/comparison.h
+++ b/comparison.h
@@ -37,12 +37,6 @@ namespace FreeFileSync
//create comparison result table and fill relation except for files existing on both sides
void performBaseComparison(const FolderPair& pair, FileComparison& output);
-
- void issueWarningInvalidDate(const Zstring& fileNameFull, const wxLongLong& utcTime);
- void issueWarningSameDateDiffSize(const FileCompareLine& cmpLine);
- void issueWarningChangeWithinHour(const FileCompareLine& cmpLine);
-
-
//buffer accesses to the same directories; useful when multiple folder pairs are used
DirectoryDescrBuffer* descriptionBuffer;
bgstack15