mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
impr: Replace hex::unused with std::ignore
This commit is contained in:
@@ -110,8 +110,8 @@ namespace hex::plugin::builtin {
|
||||
});
|
||||
|
||||
EventProviderChanged::subscribe([](hex::prv::Provider *oldProvider, hex::prv::Provider *newProvider) {
|
||||
hex::unused(oldProvider);
|
||||
hex::unused(newProvider);
|
||||
std::ignore = oldProvider;
|
||||
std::ignore = newProvider;
|
||||
|
||||
RequestUpdateWindowTitle::post();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user