From 1e8705319a2bc6461d8768273aac16df4b6df4be Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 23 Apr 2018 22:49:17 +0300 Subject: Organize room list by last received message (ref #11) --- interface/ui.go | 1 - 1 file changed, 1 deletion(-) (limited to 'interface') 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) -- cgit v1.2.3