From 80608e070dd16636780b40a8061ae6ec41e9b1f7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 May 2019 14:12:38 -0700 Subject: remove old test code Signed-off-by: Jeff Carr --- structs.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 643c1de..1420989 100644 --- a/structs.go +++ b/structs.go @@ -59,7 +59,6 @@ type GuiDataStructure struct { // account entry textboxes Config *pb.Config - Current *pb.Account // A map of all buttons everywhere on all // windows, all tabs, across all goroutines @@ -67,7 +66,6 @@ type GuiDataStructure struct { AllButtons []ButtonMap // a tab (maybe the one the user is playing with?) - CurrentTab *GuiTabStructure // a VM (maybe the one the user is playing with?) CurrentVM *pb.Event_VM @@ -105,7 +103,6 @@ type ButtonMap struct { Account *pb.Account VM *pb.Event_VM Action string // what type of button - aTab *GuiTabStructure custom func (*ButtonMap) } -- cgit v1.2.3