summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/widget.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-27 12:41:42 -0500
committerJeff Carr <[email protected]>2023-04-27 12:41:42 -0500
commit253dcb012f6d4fc861e6fc9a66fd2c7260ead442 (patch)
treea3092695fa5d6769d5898e3319016f0bb84ae6e9 /toolkit/andlabs/widget.go
parent8100e7a1abdc31afbf65af6d0b7cd7cb0fff69eb (diff)
andlabs: deprecate old code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/andlabs/widget.go')
-rw-r--r--toolkit/andlabs/widget.go24
1 files changed, 0 insertions, 24 deletions
diff --git a/toolkit/andlabs/widget.go b/toolkit/andlabs/widget.go
deleted file mode 100644
index 45c584a..0000000
--- a/toolkit/andlabs/widget.go
+++ /dev/null
@@ -1,24 +0,0 @@
-package main
-
-import (
- // "git.wit.org/wit/gui/toolkit"
-)
-
-// This is a map between the widgets in wit/gui and the internal structures of gocui
-
-// var mapWidgets map[*andlabsT]*toolkit.Widget
-// var mapToolkits map[*toolkit.Widget]*andlabsT
-
-// This lists out the known mappings
-// deprecate and use instead the GUI interface
-func listMap(b bool) {
- log(b, "listMap() disabled HERE. output too big")
- return
- log(b, "listMap() HERE mapToolkits()")
- for i, t := range andlabs {
- log(b, "andlabs =", t, "widgetId =", i)
- t.Dump(b)
- }
- log(b, "listMap() HERE mapWidgets()")
- log(b, "listMap() HERE FIXME. output too big")
-}