From c1bd206ece15543567db10277a5ef11ee04b1b65 Mon Sep 17 00:00:00 2001 From: Pierre Curto Date: Tue, 5 Oct 2021 18:54:09 +0200 Subject: [PATCH] io/router: removed unused field Signed-off-by: Pierre Curto --- io/router/clipboard.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/io/router/clipboard.go b/io/router/clipboard.go index 935dfb75..70618b69 100644 --- a/io/router/clipboard.go +++ b/io/router/clipboard.go @@ -3,9 +3,9 @@ package router import ( - "gioui.org/internal/opconst" - "gioui.org/internal/ops" "gioui.org/io/event" + + "gioui.org/internal/opconst" ) type clipboardQueue struct { @@ -13,7 +13,6 @@ type clipboardQueue struct { // request avoid read clipboard every frame while waiting. requested bool text *string - reader ops.Reader } // WriteClipboard returns the most recent text to be copied