mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +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 Stage uint8
|
||||||
type CommandType uint8
|
type CommandType uint8
|
||||||
|
|
||||||
type Input interface {
|
|
||||||
ImplementsInput()
|
|
||||||
}
|
|
||||||
|
|
||||||
const (
|
const (
|
||||||
StageDead Stage = iota
|
StageDead Stage = iota
|
||||||
StagePaused
|
StagePaused
|
||||||
|
|||||||
Reference in New Issue
Block a user