diff --git a/src/EditProfileDialog.cpp b/src/EditProfileDialog.cpp index 3ecbd8ac..ec26055c 100644 --- a/src/EditProfileDialog.cpp +++ b/src/EditProfileDialog.cpp @@ -888,8 +888,6 @@ void EditProfileDialog::removeColorScheme() manager->deleteLater(); }); manager->checkForInstalled(); - - return; } void EditProfileDialog::gotNewColorSchemes(const KNS3::Entry::List &changedEntries) diff --git a/src/SessionController.cpp b/src/SessionController.cpp index 9a96561a..f7f22b40 100644 --- a/src/SessionController.cpp +++ b/src/SessionController.cpp @@ -1740,7 +1740,6 @@ void SessionController::zmodemDownload() "

You may wish to install the 'rzsz' or 'lrzsz' package.

")); } _session->cancelZModem(); - return; } void SessionController::zmodemUpload()