mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
fix: Remove unused update parameter
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user