summaryrefslogtreecommitdiff
path: root/mainCloudBox.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 /mainCloudBox.go
parente6d49b94ed17442302124c04dc4878943ca23b9b (diff)
remove old test code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'mainCloudBox.go')
-rw-r--r--mainCloudBox.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/mainCloudBox.go b/mainCloudBox.go
index 784890f..8109c96 100644
--- a/mainCloudBox.go
+++ b/mainCloudBox.go
@@ -178,7 +178,6 @@ func ShowAccountTab() {
// Create the things for the Account Tab
var aTab GuiTabStructure
- Data.CurrentTab = &aTab
AddAccountBox(&aTab)
// Set the parents and data structure links
@@ -186,7 +185,6 @@ func ShowAccountTab() {
aTab.parentWindow = Data.cloudWindow
aTab.tabOffset = 0
-// Data.smallBox = aTab.firstBox
Data.cloudTab.InsertAt("Add Account", 0, aTab.firstBox)
Data.cloudTab.SetMargined(0, true)
}