From b9e894bc4b1c3c19dc031bc87907f4909dcd81ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 6 Mar 2014 16:01:08 +0100 Subject: [PATCH] Remove link to 4.0 release notes http://techbase.kde.org/Projects/KWin/4.0-release-notes#Setting_up is not really up to date any more and it's strange having 5.0 link to the 4.0 release notes. REVIEW: 116637 --- composite.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/composite.cpp b/composite.cpp index ecb61bb4c8..5cd28e8fc3 100644 --- a/composite.cpp +++ b/composite.cpp @@ -230,7 +230,6 @@ void Compositor::slotCompositingOptionsInitialized() } if (m_scene == NULL || m_scene->initFailed()) { qCritical() << "Failed to initialize compositing, compositing disabled"; - qCritical() << "Consult http://techbase.kde.org/Projects/KWin/4.0-release-notes#Setting_up"; delete m_scene; m_scene = NULL; m_starting = false;