summaryrefslogtreecommitdiff
path: root/ui/ui.go
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2021-11-05 08:39:34 +0100
committerHubert Hirtz <hubert@hirtz.pm>2021-11-05 08:39:47 +0100
commitbf2a5cb9226893275e5a0e8a3eade809c188e255 (patch)
tree04720412a27c7aee575c38f084881febe061acb0 /ui/ui.go
parentShow the current channel topic at the top of the timeline (diff)
Revert "Show the current channel topic at the top of the timeline"
This reverts commit 96340f8c4d91f59f6e39767891f9bb52d7fad329 because of a bug in timeline rendering.
Diffstat (limited to '')
-rw-r--r--ui/ui.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/ui.go b/ui/ui.go
index 3df80ea..cda5a06 100644
--- a/ui/ui.go
+++ b/ui/ui.go
@@ -225,10 +225,6 @@ func (ui *UI) JumpBufferNetwork(netID, sub string) bool {
return false
}
-func (ui *UI) SetTopic(netID, buffer string, topic string) {
- ui.bs.SetTopic(netID, buffer, topic)
-}
-
func (ui *UI) SetStatus(status string) {
ui.status = status
}