┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2021-07-04 12:31:53 +0200
committerElvis Angelaccio <[email protected]>2021-07-04 13:35:26 +0200
commit0d71ac9ad1f7d2c2d0bee75eea859ca232761d0a (patch)
tree4c51ecd0cd3acff64b20d0d60ae4361e03c87bc3 /src
parentaba4462e0238d6075e8822d56a78372eacfa7d2e (diff)
Drop unused list
Spotted by clazy. GIT_SILENT
Diffstat (limited to 'src')
-rw-r--r--src/views/dolphinviewactionhandler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp
index 4acc420b0..36b8dcc50 100644
--- a/src/views/dolphinviewactionhandler.cpp
+++ b/src/views/dolphinviewactionhandler.cpp
@@ -793,7 +793,6 @@ void DolphinViewActionHandler::slotSelectionChanged(const KFileItemList& selecti
basicActionsMenu->setText(basicActionsMenuText);
// Add or remove contextual actions
- auto basicActionsMenuActions = basicActionsMenu->menu()->actions();
while (!basicActionsMenu->menu()->actions().constLast()->isSeparator()) {
basicActionsMenu->menu()->removeAction(basicActionsMenu->menu()->actions().last());
}