Fix tests

`client = new ShellClient(surface)` is most likely a leftover after a
merge conflict.
This commit is contained in:
Vlad Zagorodniy 2019-02-22 03:00:25 +02:00
parent 3dc22d7d88
commit e96da56f8c

View file

@ -162,7 +162,6 @@ void WaylandServer::createSurface(T *surface)
} else { } else {
client = new ShellClient(surface); client = new ShellClient(surface);
} }
client = new ShellClient(surface);
if (ServerSideDecorationInterface *deco = ServerSideDecorationInterface::get(surface->surface())) { if (ServerSideDecorationInterface *deco = ServerSideDecorationInterface::get(surface->surface())) {
client->installServerSideDecoration(deco); client->installServerSideDecoration(deco);
} }