mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 12:28:04 +02:00
compositor-rdp: Remove unneeded client->Close call
The client->Close call is unneeded as that is already implied by returning FALSE.
This commit is contained in:
parent
39a443ff9b
commit
fdc3e4c3f4
1 changed files with 0 additions and 1 deletions
|
|
@ -681,7 +681,6 @@ xf_peer_post_connect(freerdp_peer* client)
|
|||
if (!settings->DesktopResize) {
|
||||
/* peer does not support desktop resize */
|
||||
weston_log("%s: client doesn't support resizing, closing connection\n", __FUNCTION__);
|
||||
client->Close(client);
|
||||
return FALSE;
|
||||
} else {
|
||||
settings->DesktopWidth = output->base.width;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue