summaryrefslogtreecommitdiff
path: root/ui/ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.go')
-rw-r--r--ui/ui.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/ui.go b/ui/ui.go
index 8bab402..99eac48 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -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