summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/components/chat
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tui/components/chat')
-rw-r--r--internal/tui/components/chat/message.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/tui/components/chat/message.go b/internal/tui/components/chat/message.go
index f8d721f19..5163ec735 100644
--- a/internal/tui/components/chat/message.go
+++ b/internal/tui/components/chat/message.go
@@ -30,11 +30,6 @@ const (
maxResultHeight = 10
)
-// getDiffWidth returns the width for the diff formatting
-func getDiffWidth(width int) int {
- return width
-}
-
type uiMessage struct {
ID string
messageType uiMessageType