fix: Remove unused lambda capture

This commit is contained in:
WerWolv
2025-08-09 22:09:26 +02:00
parent d81f0668a1
commit 549866bfd9

View File

@@ -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;