From d3d60327ab502fb84bb7e4af5007ff9540cf0845 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 29 Dec 2019 23:46:35 +0100 Subject: [PATCH] Remove the answer to life the universe and everything --- src/playlist/playlistcontainer.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/playlist/playlistcontainer.cpp b/src/playlist/playlistcontainer.cpp index f395898da..5cef0fb22 100644 --- a/src/playlist/playlistcontainer.cpp +++ b/src/playlist/playlistcontainer.cpp @@ -369,12 +369,7 @@ void PlaylistContainer::UpdateNoMatchesLabel() { QString text; if (has_rows && !has_results) { - if (ui_->filter->text().trimmed().compare("the answer to life the universe and everything", Qt::CaseInsensitive) == 0) { - text = "42"; - } - else { - text = tr("No matches found. Clear the search box to show the whole playlist again."); - } + text = tr("No matches found. Clear the search box to show the whole playlist again."); } if (!text.isEmpty()) {