aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ui/borders.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ui/borders.go')
-rw-r--r--lib/ui/borders.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/ui/borders.go b/lib/ui/borders.go
index 8d381b91..2c689886 100644
--- a/lib/ui/borders.go
+++ b/lib/ui/borders.go
@@ -15,10 +15,9 @@ const (
type Bordered struct {
Invalidatable
- borders uint
- content Drawable
- onInvalidate func(d Drawable)
- uiConfig *config.UIConfig
+ borders uint
+ content Drawable
+ uiConfig *config.UIConfig
}
func NewBordered(