From 52a7c95ca42eca86934bda14ffd20bd767ad552d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Jun 2019 20:51:26 -0700 Subject: This might be stable enough to leave alone. Up to this point it's been needing 10 patches a day. Signed-off-by: Jeff Carr --- structs.go | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index b2d55f3..1ef8513 100644 --- a/structs.go +++ b/structs.go @@ -6,8 +6,6 @@ import "golang.org/x/image/font" import "github.com/andlabs/ui" import _ "github.com/andlabs/ui/winmanifest" -import pb "git.wit.com/wit/witProtobuf" - // // All GUI Data Structures and functions that are external // If you need cross platform support, these might only @@ -101,9 +99,7 @@ type GuiButton struct { Custom func (*GuiButton) Values interface {} - Action string // what type of button - Account *pb.Account // associated with what account? - VM *pb.Event_VM // associated with which VM? +// Action string // what type of button // andlabs/ui abstraction mapping B *ui.Button -- cgit v1.2.3