mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 19:37:02 -05:00
DolphinQt: fix two -Wunused-lambda-capture warnings
Also clean up signals a bit.
This commit is contained in:
@@ -354,11 +354,6 @@ void Settings::NotifyRefreshGameListComplete()
|
||||
emit GameListRefreshCompleted();
|
||||
}
|
||||
|
||||
void Settings::RefreshMetadata()
|
||||
{
|
||||
emit MetadataRefreshRequested();
|
||||
}
|
||||
|
||||
void Settings::NotifyMetadataRefreshComplete()
|
||||
{
|
||||
emit MetadataRefreshCompleted();
|
||||
|
||||
Reference in New Issue
Block a user