mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Source: Remove redundant lambda parameter lists
This commit is contained in:
@ -580,7 +580,7 @@ void GameList::OpenProperties()
|
||||
connect(properties, &PropertiesDialog::OpenGraphicsSettings, this,
|
||||
&GameList::OpenGraphicsSettings);
|
||||
connect(properties, &PropertiesDialog::finished, this,
|
||||
[properties]() { properties->deleteLater(); });
|
||||
[properties] { properties->deleteLater(); });
|
||||
|
||||
#ifdef USE_RETRO_ACHIEVEMENTS
|
||||
connect(properties, &PropertiesDialog::OpenAchievementSettings, this,
|
||||
|
Reference in New Issue
Block a user