From 492a8752f1f5493915da4e2bec9516ed7557dc23 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 22 Mar 2018 16:44:24 +0200 Subject: Move input field to RoomView --- interface/ui.go | 1 - 1 file changed, 1 deletion(-) (limited to 'interface') diff --git a/interface/ui.go b/interface/ui.go index 088c2f4..36a733b 100644 --- a/interface/ui.go +++ b/interface/ui.go @@ -39,7 +39,6 @@ type GomuksUI interface { } type MainView interface { - InputTabComplete(text string, cursorOffset int) string GetRoom(roomID string) *widget.RoomView HasRoom(roomID string) bool AddRoom(roomID string) -- cgit v1.2.3