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 --- gui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.go') 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 -- cgit v1.2.3