ui/app: delete unused Input type

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-07-12 15:44:19 +02:00
parent 759fdb2efe
commit 93368253ac
-4
View File
@@ -47,10 +47,6 @@ type CommandEvent struct {
type Stage uint8
type CommandType uint8
type Input interface {
ImplementsInput()
}
const (
StageDead Stage = iota
StagePaused