From 3a34eda8cc8b32480ed0dd1dedba25e60aafc4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 6 Jan 2021 11:13:52 +0100 Subject: [PATCH] =?UTF-8?q?selection:=20extend:=20don=E2=80=99t=20copy=20t?= =?UTF-8?q?o=20primary=20-=20it=20is=20done=20when=20RMB=20is=20released?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- selection.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/selection.c b/selection.c index 0a67aa17..499aca02 100644 --- a/selection.c +++ b/selection.c @@ -968,8 +968,6 @@ selection_extend(struct seat *seat, struct terminal *term, selection_extend_block(term, col, row, serial); break; } - - selection_to_primary(seat, term, serial); } //static const struct zwp_primary_selection_source_v1_listener primary_selection_source_listener;