summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-02 20:51:26 -0700
committerJeff Carr <[email protected]>2019-06-02 20:51:26 -0700
commit52a7c95ca42eca86934bda14ffd20bd767ad552d (patch)
tree2e68c87c00dd51a1ac36f9913cb48d9a986032b9 /structs.go
parent1ae99628b59e24c666d48c0d6d9d604393912a7b (diff)
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 <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 1 insertions, 5 deletions
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