summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-26 14:12:38 -0700
committerJeff Carr <[email protected]>2019-05-26 14:12:38 -0700
commit80608e070dd16636780b40a8061ae6ec41e9b1f7 (patch)
tree63b4475a934b87d5aa4b0c83967592748dea9d75 /gui.go
parente6d49b94ed17442302124c04dc4878943ca23b9b (diff)
remove old test code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.go b/gui.go
index 7b3a3fa..0b52ec5 100644
--- a/gui.go
+++ b/gui.go
@@ -194,7 +194,7 @@ func CreateButton(a *pb.Account, vm *pb.Event_VM,
newmap.VM = vm
newmap.Action = action
newmap.custom = custom
- newmap.aTab = Data.CurrentTab
+// newmap.aTab = Data.CurrentTab
Data.AllButtons = append(Data.AllButtons, newmap)
return newB