aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/aerc.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/aerc.go')
-rw-r--r--widgets/aerc.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/widgets/aerc.go b/widgets/aerc.go
index 2b7a6d86..4cd96a83 100644
--- a/widgets/aerc.go
+++ b/widgets/aerc.go
@@ -167,10 +167,6 @@ func (aerc *Aerc) Tick() bool {
return more
}
-func (aerc *Aerc) Children() []ui.Drawable {
- return aerc.grid.Children()
-}
-
func (aerc *Aerc) OnInvalidate(onInvalidate func(d ui.Drawable)) {
aerc.grid.OnInvalidate(func(_ ui.Drawable) {
onInvalidate(aerc)