internal: Remove some unused lambda captures (#8218)

This commit is contained in:
Honkazel
2024-10-24 17:12:41 +05:00
committed by GitHub
parent cdac64970e
commit f603a22af0
5 changed files with 7 additions and 7 deletions

View File

@@ -905,7 +905,7 @@ void CInputManager::setupKeyboard(SP<IKeyboard> keeb) {
keeb.get());
keeb->keyboardEvents.keymap.registerStaticListener(
[this](void* owner, std::any data) {
[](void* owner, std::any data) {
auto PKEEB = ((IKeyboard*)owner)->self.lock();
const auto LAYOUT = PKEEB->getActiveLayout();