fix: Remove unused update parameter

This commit is contained in:
WerWolv
2023-12-28 21:51:31 +01:00
parent 8fcf08132e
commit 2f7da91a73
2 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ namespace hex::plugin::builtin {
void addCategory(const UnlocalizedString &unlocalizedName, const std::string &requestName, fs::ImHexPath path, std::function<void()> downloadCallback = []{});
bool download(fs::ImHexPath pathType, const std::string &fileName, const std::string &url, bool update);
bool download(fs::ImHexPath pathType, const std::string &fileName, const std::string &url);
bool remove(fs::ImHexPath pathType, const std::string &fileName);
private: