mirror of https://github.com/xemu-project/xemu.git
ui/vdagent: remove copy-pasta comment
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20210805135715.857938-3-marcandre.lureau@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
248c50b2bd
commit
e7c55746f1
|
@ -516,7 +516,7 @@ static void vdagent_chr_recv_clipboard(VDAgentChardev *vd, VDAgentMessage *msg)
|
|||
qemu_clipboard_set_data(&vd->cbpeer, vd->cbinfo[s], type,
|
||||
size, data, true);
|
||||
break;
|
||||
case VD_AGENT_CLIPBOARD_RELEASE: /* data */
|
||||
case VD_AGENT_CLIPBOARD_RELEASE:
|
||||
if (vd->cbinfo[s] &&
|
||||
vd->cbinfo[s]->owner == &vd->cbpeer) {
|
||||
/* set empty clipboard info */
|
||||
|
|
Loading…
Reference in New Issue