diff options
Diffstat (limited to 'ui/ui.go')
-rw-r--r-- | ui/ui.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3,7 +3,6 @@ package ui import ( "strings" "sync/atomic" - "time" "git.sr.ht/~taiite/senpai/irc" @@ -87,10 +86,6 @@ func (ui *UI) CurrentBuffer() string { return ui.bs.Current() } -func (ui *UI) CurrentBufferOldestTime() (t *time.Time) { - return ui.bs.CurrentOldestTime() -} - func (ui *UI) NextBuffer() { ui.bs.Next() ui.memberOffset = 0 |