diff options
Diffstat (limited to 'widgets/account.go')
-rw-r--r-- | widgets/account.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/widgets/account.go b/widgets/account.go index 60468767..8cac373b 100644 --- a/widgets/account.go +++ b/widgets/account.go @@ -155,10 +155,6 @@ func (acct *AccountView) Name() string { return acct.acct.Name } -func (acct *AccountView) Children() []ui.Drawable { - return acct.grid.Children() -} - func (acct *AccountView) OnInvalidate(onInvalidate func(d ui.Drawable)) { acct.grid.OnInvalidate(func(_ ui.Drawable) { onInvalidate(acct) |