mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 02:15:34 +00:00
io/router: removed unused field
Signed-off-by: Pierre Curto <pierre.curto@gmail.com>
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
package router
|
package router
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"gioui.org/internal/opconst"
|
|
||||||
"gioui.org/internal/ops"
|
|
||||||
"gioui.org/io/event"
|
"gioui.org/io/event"
|
||||||
|
|
||||||
|
"gioui.org/internal/opconst"
|
||||||
)
|
)
|
||||||
|
|
||||||
type clipboardQueue struct {
|
type clipboardQueue struct {
|
||||||
@@ -13,7 +13,6 @@ type clipboardQueue struct {
|
|||||||
// request avoid read clipboard every frame while waiting.
|
// request avoid read clipboard every frame while waiting.
|
||||||
requested bool
|
requested bool
|
||||||
text *string
|
text *string
|
||||||
reader ops.Reader
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// WriteClipboard returns the most recent text to be copied
|
// WriteClipboard returns the most recent text to be copied
|
||||||
|
|||||||
Reference in New Issue
Block a user