From e96da56f8ced14499de0e759ba94676d6a56055a Mon Sep 17 00:00:00 2001 From: Vlad Zagorodniy Date: Fri, 22 Feb 2019 03:00:25 +0200 Subject: [PATCH] Fix tests `client = new ShellClient(surface)` is most likely a leftover after a merge conflict. --- wayland_server.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/wayland_server.cpp b/wayland_server.cpp index 6d7734ae19..e62ad0e16d 100644 --- a/wayland_server.cpp +++ b/wayland_server.cpp @@ -162,7 +162,6 @@ void WaylandServer::createSurface(T *surface) } else { client = new ShellClient(surface); } - client = new ShellClient(surface); if (ServerSideDecorationInterface *deco = ServerSideDecorationInterface::get(surface->surface())) { client->installServerSideDecoration(deco); }