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
This commit is contained in:
Martin Gräßlin 2014-03-06 16:01:08 +01:00
parent 9d08d6799a
commit b9e894bc4b

View file

@ -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;