Remove unused lambda capture

This commit is contained in:
Dr. Dystopia 2024-08-13 10:26:25 +02:00
parent 4c559e7f66
commit 49134afb42
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ void FilesystemWidget::ShowContextMenu(const QPoint&)
switch (type)
{
case EntryType::Disc:
menu->addAction(tr("Extract Entire Disc..."), this, [this, path] {
menu->addAction(tr("Extract Entire Disc..."), this, [this] {
auto folder = SelectFolder();
if (folder.isEmpty())