compositor-rdp: Remove unneeded client->Close call

The client->Close call is unneeded as that is already implied by returning
FALSE.
diff --git a/src/compositor-rdp.c b/src/compositor-rdp.c
index fc7dfb2..aecc0a8 100644
--- a/src/compositor-rdp.c
+++ b/src/compositor-rdp.c
@@ -681,7 +681,6 @@
 			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;