aboutsummaryrefslogtreecommitdiff
path: root/interface/ui.go
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-03-22 16:44:24 +0200
committerTulir Asokan <tulir@maunium.net>2018-03-22 16:44:24 +0200
commit492a8752f1f5493915da4e2bec9516ed7557dc23 (patch)
tree20f853026aeff884be5979e74abc5bfd4eeb4749 /interface/ui.go
parent9fd67102ad2cca16c092e23ffd928b77ab08d7e0 (diff)
Move input field to RoomView
Diffstat (limited to 'interface/ui.go')
-rw-r--r--interface/ui.go1
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)