SaveTool: remove an unused argument in handleFileAction.

This commit is contained in:
Guillaume Jacquemin 2021-06-20 14:14:10 +02:00
parent e77f46ecc4
commit d23095f662
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ SaveTool::~SaveTool() {
}
void SaveTool::handleFileAction(efsw::WatchID watch_id,
const std::string& dir,
const std::string&,
const std::string& filename,
efsw::Action action,
std::string old_filename)