aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/message.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2019-04-07 03:22:51 +0300
committerTulir Asokan <tulir@maunium.net>2019-04-07 03:22:51 +0300
commit21b81ccb2716d73cde4eda805cf1f5ea1642412e (patch)
tree7ab54c5664296817f6b70db10380af88360ab9df /ui/messages/message.go
parentb81ba7b631b5243bd61514db1787a3f9043990e0 (diff)
Initial changes to do #91
Diffstat (limited to 'ui/messages/message.go')
-rw-r--r--ui/messages/message.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/messages/message.go b/ui/messages/message.go
index 076cd87..e1888e6 100644
--- a/ui/messages/message.go
+++ b/ui/messages/message.go
@@ -27,7 +27,6 @@ type UIMessage interface {
ifc.Message
CalculateBuffer(preferences config.UserPreferences, width int)
- RecalculateBuffer()
Buffer() []tstring.TString
Height() int
PlainText() string