[backends/wayland] Drop warning messages concerning egl backend

From a time before we split into platform plugins.
This commit is contained in:
Martin Gräßlin 2015-11-17 09:50:20 +01:00
parent 75c82fce19
commit cab25fc13f

View file

@ -59,10 +59,6 @@ EglWaylandBackend::EglWaylandBackend(Wayland::WaylandBackend *b)
init();
// Egl is always direct rendering
setIsDirectRendering(true);
qCWarning(KWIN_WAYLAND_BACKEND) << "Using Wayland rendering backend";
qCWarning(KWIN_WAYLAND_BACKEND) << "This is a highly experimental backend, do not use for productive usage!";
qCWarning(KWIN_WAYLAND_BACKEND) << "Please do not report any issues you might encounter when using this backend!";
}
EglWaylandBackend::~EglWaylandBackend()