From 8023777ac1b0171783e1c55f67a6179d63708272 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 15 May 2023 21:09:26 +0200 Subject: Introduce package xengineering.eu/limox/xmpp The XMPP logic is now big enough to create a corresponding package for it. --- gui.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gui.go') 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) -- cgit v1.2.3-70-g09d2