summaryrefslogtreecommitdiff
path: root/ui/small_dlgs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/small_dlgs.h')
-rw-r--r--ui/small_dlgs.h3
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);
bgstack15