From 2d330c005b74bfea2c5de38c2547e857043577fc Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Sat, 6 Oct 2018 13:51:10 -0400 Subject: [PATCH] Remove redundant return statements --- src/EditProfileDialog.cpp | 2 -- src/SessionController.cpp | 1 - 2 files changed, 3 deletions(-) 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()