summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index 989a4bd..b3900c0 100644
--- a/structs.go
+++ b/structs.go
@@ -29,9 +29,6 @@ type guiConfig struct {
// This is the master node. The Binary Tree starts here
rootNode *Node
- // if the user prefers new windows or 'windows within windows' tabs
- makeTabs bool
-
// A node off of rootNode for passing debugging flags
flag *Node