mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-02 07:57:29 +00:00
ui/app: delete unused Input type
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -47,10 +47,6 @@ type CommandEvent struct {
|
||||
type Stage uint8
|
||||
type CommandType uint8
|
||||
|
||||
type Input interface {
|
||||
ImplementsInput()
|
||||
}
|
||||
|
||||
const (
|
||||
StageDead Stage = iota
|
||||
StagePaused
|
||||
|
||||
Reference in New Issue
Block a user