internal: Remove some unused lambda captures (#8218)
This commit is contained in:
parent
cdac64970e
commit
f603a22af0
5 changed files with 7 additions and 7 deletions
|
|
@ -197,7 +197,7 @@ CTabletPad::CTabletPad(SP<Aquamarine::ITabletPad> pad_) : pad(pad_) {
|
|||
});
|
||||
});
|
||||
|
||||
listeners.attach = pad->events.attach.registerListener([this](std::any d) {
|
||||
listeners.attach = pad->events.attach.registerListener([](std::any d) {
|
||||
; // TODO: this doesn't do anything in aq atm
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue