mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
fix: Remove unused lambda capture
This commit is contained in:
@@ -1277,7 +1277,7 @@ namespace hex::plugin::builtin {
|
||||
ICON_VS_DEBUG_STEP_BACK,
|
||||
1620,
|
||||
CTRLCMD + Keys::LeftBracket,
|
||||
[this] {
|
||||
[] {
|
||||
bool didFindNextValue = false;
|
||||
bool didReachBeginning = false;
|
||||
u64 foundAddress;
|
||||
|
||||
Reference in New Issue
Block a user