From c82a060eca41b990b4dd89cecffb874b2133af6f Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Wed, 2 Jul 2025 16:08:06 -0500 Subject: feat(tui): file viewer, select messages --- packages/tui/internal/components/commands/commands.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'packages/tui/internal/components/commands') diff --git a/packages/tui/internal/components/commands/commands.go b/packages/tui/internal/components/commands/commands.go index dbd001497..f3080b38f 100644 --- a/packages/tui/internal/components/commands/commands.go +++ b/packages/tui/internal/components/commands/commands.go @@ -34,10 +34,6 @@ func (c *commandsComponent) SetSize(width, height int) tea.Cmd { return nil } -func (c *commandsComponent) GetSize() (int, int) { - return c.width, c.height -} - func (c *commandsComponent) SetBackgroundColor(color compat.AdaptiveColor) { c.background = &color } -- cgit v1.2.3