mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 07:39:17 +00:00
Merge pull request #9554 from Dentomologist/remove_unused_lambda_capture
DolphinQt: Removed unused this capture in lambda
This commit is contained in:
commit
6bcef87f82
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
Host::Host()
|
Host::Host()
|
||||||
{
|
{
|
||||||
State::SetOnAfterLoadCallback([this] { Host_UpdateDisasmDialog(); });
|
State::SetOnAfterLoadCallback([] { Host_UpdateDisasmDialog(); });
|
||||||
}
|
}
|
||||||
|
|
||||||
Host::~Host()
|
Host::~Host()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue