From 4e7bbd89900a733593f0848778103c1cf1a7145d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Jan 2024 15:43:50 -0600 Subject: reorg to final resting place at go.wit.com/gui/gui Signed-off-by: Jeff Carr --- toolkit/nocui/structs.go | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 toolkit/nocui/structs.go (limited to 'toolkit/nocui/structs.go') diff --git a/toolkit/nocui/structs.go b/toolkit/nocui/structs.go deleted file mode 100644 index 387ac51..0000000 --- a/toolkit/nocui/structs.go +++ /dev/null @@ -1,19 +0,0 @@ -package main - -// import "go.wit.com/gui/toolkit" - -// stores the raw toolkit internals -type guiWidget struct { - Width int - Height int - - c int - val map[int]string -} - -// It's probably a terrible idea to call this 'me' -var me config - -type config struct { - rootNode *node // the base of the binary tree. it should have id == 0 -} -- cgit v1.2.3