diff --git a/src/core/job_error.cpp b/src/core/job_error.cpp --- a/src/core/job_error.cpp +++ b/src/core/job_error.cpp @@ -381,7 +381,6 @@ QString cProtocol = i18n("A protocol error or incompatibility may have occurred."); QString sExists = i18n("Ensure that the resource exists, and try again."); QString cExists = i18n("The specified resource may not exist."); - QString cTypo = i18n("You may have incorrectly typed the location."); QString sTypo = i18n("Double-check that you have entered the correct location " "and try again."); QString sNetwork = i18n("Check your network connection status."); diff --git a/src/filewidgets/kfilewidget.cpp b/src/filewidgets/kfilewidget.cpp --- a/src/filewidgets/kfilewidget.cpp +++ b/src/filewidgets/kfilewidget.cpp @@ -813,7 +813,6 @@ { // qDebug() << "slotOk\n"; - const KFileItemList items = d->ops->selectedItems(); const QString locationEditCurrentText(KShell::tildeExpand(d->locationEditCurrentText())); QList locationEditCurrentTextList(d->tokenize(locationEditCurrentText)); @@ -2310,7 +2309,6 @@ } const QString locationLabelText = stripUndisplayable(locationLabel->text()); - const QString filterLabelText = stripUndisplayable(filterLabel->text()); autoSelectExtCheckBox->setWhatsThis("" + i18n( "This option enables some convenient features for "