From 2eb6d59323b162f11585820daaa2e80f1a129447 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Fri, 20 Jun 2025 11:00:55 +0200 Subject: [PATCH] chore: remove unused func --- internal/tui/components/dialogs/commands/arguments.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/internal/tui/components/dialogs/commands/arguments.go b/internal/tui/components/dialogs/commands/arguments.go index 1128acf21b031ab914662f6686ffc9f57b9b7653..7e4bdcc271c0dcbdf1923c773f204c14a0fbf32b 100644 --- a/internal/tui/components/dialogs/commands/arguments.go +++ b/internal/tui/components/dialogs/commands/arguments.go @@ -211,15 +211,6 @@ func (c *commandArgumentsDialogCmp) moveCursor(cursor *tea.Cursor) *tea.Cursor { return cursor } -func (c *commandArgumentsDialogCmp) style() lipgloss.Style { - t := styles.CurrentTheme() - return t.S().Base. - Width(c.width). - Padding(1). - Border(lipgloss.RoundedBorder()). - BorderForeground(t.BorderFocus) -} - func (c *commandArgumentsDialogCmp) Position() (int, int) { row := c.wHeight / 2 row -= c.wHeight / 2