summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-05-15 21:09:26 +0200
committerxengineering <me@xengineering.eu>2023-05-15 21:09:26 +0200
commit8023777ac1b0171783e1c55f67a6179d63708272 (patch)
tree38b43dff5cb3e846f018f9b77c0c76734bb0f832 /gui.go
parent1769afe3009b5b3cfa3beb3dcf051e41487be113 (diff)
downloadlimox-8023777ac1b0171783e1c55f67a6179d63708272.tar
limox-8023777ac1b0171783e1c55f67a6179d63708272.tar.zst
limox-8023777ac1b0171783e1c55f67a6179d63708272.zip
Introduce package xengineering.eu/limox/xmpp
The XMPP logic is now big enough to create a corresponding package for it.
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/gui.go b/gui.go
index e6e4c31..55730df 100644
--- a/gui.go
+++ b/gui.go
@@ -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)