diff options
author | Tulir Asokan <tulir@maunium.net> | 2018-03-22 16:44:24 +0200 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2018-03-22 16:44:24 +0200 |
commit | 492a8752f1f5493915da4e2bec9516ed7557dc23 (patch) | |
tree | 20f853026aeff884be5979e74abc5bfd4eeb4749 /interface | |
parent | 9fd67102ad2cca16c092e23ffd928b77ab08d7e0 (diff) |
Move input field to RoomView
Diffstat (limited to 'interface')
-rw-r--r-- | interface/ui.go | 1 |
1 files changed, 0 insertions, 1 deletions
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) |