aboutsummaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-04-23 22:49:17 +0300
committerTulir Asokan <tulir@maunium.net>2018-04-24 02:13:43 +0300
commit1e8705319a2bc6461d8768273aac16df4b6df4be (patch)
tree2009edc21f527d62c501b320fffc771e1eb31876 /interface
parent16406d6c91acf322463b64d03a49af6aebc02834 (diff)
Organize room list by last received message (ref #11)
Diffstat (limited to 'interface')
-rw-r--r--interface/ui.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/interface/ui.go b/interface/ui.go
index 83fa7da..ec85b0f 100644
--- a/interface/ui.go
+++ b/interface/ui.go
@@ -49,7 +49,6 @@ type GomuksUI interface {
type MainView interface {
GetRoom(roomID string) RoomView
- HasRoom(roomID string) bool
AddRoom(roomID string)
RemoveRoom(roomID string)
SetRooms(roomIDs []string)