From 0993e7d3d06186eac45ad34fd8618565219032ed Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 5 Jan 2024 12:46:17 -0600 Subject: Tabs are Windows Tabs don't exist. The are simply windows within a window. There are *lots* of problems with trying to treat everything that way. Luckily, we don't have to care. All the problems with handling that concept can be pushed to the toolkits/ therefore, this primitive code can be kept as clean as possible Makefile and git cleanups Signed-off-by: Jeff Carr --- structs.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'structs.go') 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 -- cgit v1.2.3