From 2cb32b4dc0ed9aed3ae705d34269f99d82c3c6dc Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Fri, 21 Mar 2014 18:09:13 +0000 Subject: Remove unhelpful comments These lines of code do not really require any justification. REVIEW: 116962 --- src/kconf_update/kconf_update.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/kconf_update/kconf_update.cpp') diff --git a/src/kconf_update/kconf_update.cpp b/src/kconf_update/kconf_update.cpp index f8ba16d1..1af26566 100644 --- a/src/kconf_update/kconf_update.cpp +++ b/src/kconf_update/kconf_update.cpp @@ -740,8 +740,6 @@ void KonfUpdate::gotScript(const QString &_script) QString path = QStandardPaths::locate(QStandardPaths::GenericDataLocation, "kconf_update/" + script); if (path.isEmpty()) { if (interpreter.isEmpty()) { - // KDE4: this was looking into locate("lib", "kconf_update_bin/"). But QStandardPaths doesn't know the lib dirs. - // Let's look in the install prefix and in PATH. path = CMAKE_INSTALL_PREFIX "/" LIB_INSTALL_DIR "/kconf_update_bin/" + script; if (QFile::exists(path)) { path = QStandardPaths::findExecutable(script); -- cgit v1.2.1