mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Remove unused lambda capture
This commit is contained in:
@ -266,7 +266,7 @@ void FilesystemWidget::ShowContextMenu(const QPoint&)
|
|||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case EntryType::Disc:
|
case EntryType::Disc:
|
||||||
menu->addAction(tr("Extract Entire Disc..."), this, [this, path] {
|
menu->addAction(tr("Extract Entire Disc..."), this, [this] {
|
||||||
auto folder = SelectFolder();
|
auto folder = SelectFolder();
|
||||||
|
|
||||||
if (folder.isEmpty())
|
if (folder.isEmpty())
|
||||||
|
Reference in New Issue
Block a user