diff options
Diffstat (limited to 'gui.go')
-rw-r--r-- | gui.go | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -10,12 +10,6 @@ import ( "gioui.org/widget/material" ) -type GuiEvent uint8 - -const ( - Disconnect GuiEvent = iota -) - func (l *Limox) draw(e system.FrameEvent) { gtx := layout.NewContext(&l.Operations, e) |