From d23095f662f76070be367500083b7f3ce079b81b Mon Sep 17 00:00:00 2001 From: William JCM Date: Sun, 20 Jun 2021 14:14:10 +0200 Subject: [PATCH] SaveTool: remove an unused argument in handleFileAction. --- src/SaveTool/SaveTool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SaveTool/SaveTool.cpp b/src/SaveTool/SaveTool.cpp index 59491ee..a72443a 100644 --- a/src/SaveTool/SaveTool.cpp +++ b/src/SaveTool/SaveTool.cpp @@ -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)