diff options
Diffstat (limited to 'mainCloudBox.go')
| -rw-r--r-- | mainCloudBox.go | 2 |
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) } |
