Fix tests
`client = new ShellClient(surface)` is most likely a leftover after a merge conflict.
This commit is contained in:
parent
3dc22d7d88
commit
e96da56f8c
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue