text,widget: remove dead code and fields

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2023-11-27 15:45:03 -06:00
parent 20c28ef282
commit 5fcfc40ab8
6 changed files with 1 additions and 23 deletions
+1 -6
View File
@@ -4,7 +4,6 @@ import (
"fmt"
"math/bits"
"gioui.org/gesture"
"gioui.org/io/system"
"gioui.org/layout"
"gioui.org/op/clip"
@@ -12,11 +11,7 @@ import (
// Decorations handles the states of window decorations.
type Decorations struct {
clicks map[int]*Clickable
resize [8]struct {
gesture.Hover
gesture.Drag
}
clicks map[int]*Clickable
maximized bool
}