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()) {