Remove go action for settings kio slave

The settings kio slave is about to be removed, see
https://invent.kde.org/network/kio-extras/-/merge_requests/107.
This commit is contained in:
Alexander Lohnau 2021-06-30 15:38:53 +02:00
parent 152a7b4fcb
commit cc962cae49
No known key found for this signature in database
GPG key ID: 1F58708D54A003E7

View file

@ -201,9 +201,6 @@ void DolphinPart::createActions()
createGoAction("go_network_folders", "folder-remote",
i18nc("@action:inmenu Go", "&Network Folders"), QStringLiteral("remote:/"),
goActionGroup);
createGoAction("go_settings", "preferences-system",
i18nc("@action:inmenu Go", "Sett&ings"), QStringLiteral("settings:/"),
goActionGroup);
createGoAction("go_trash", "user-trash",
i18nc("@action:inmenu Go", "Trash"), QStringLiteral("trash:/"),
goActionGroup);