diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:11:33 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:11:33 +0200 |
commit | 6fcfe73ca751f068978ce201094b17cf2dfe4d20 (patch) | |
tree | e7d85e8f9057430b480cd0e2f5ccb43c9d2ef8f8 /ui/small_dlgs.h | |
parent | 3.15 (diff) | |
download | FreeFileSync-6fcfe73ca751f068978ce201094b17cf2dfe4d20.tar.gz FreeFileSync-6fcfe73ca751f068978ce201094b17cf2dfe4d20.tar.bz2 FreeFileSync-6fcfe73ca751f068978ce201094b17cf2dfe4d20.zip |
3.16
Diffstat (limited to 'ui/small_dlgs.h')
-rw-r--r-- | ui/small_dlgs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/small_dlgs.h b/ui/small_dlgs.h index 2c120c54..d4fce824 100644 --- a/ui/small_dlgs.h +++ b/ui/small_dlgs.h @@ -36,8 +36,7 @@ DefaultReturnCode::Response showDeleteDialog( const std::vector<FileSystemObject*>& rowsOnLeft, const std::vector<FileSystemObject*>& rowsOnRight, bool& deleteOnBothSides, - bool& useRecycleBin, - int& totalDeleteCount); + bool& useRecycleBin); DefaultReturnCode::Response showCustomizeColsDlg(xmlAccess::ColumnAttributes& attr); |