summaryrefslogtreecommitdiff
path: root/toolkit/andlabs/widget.go
diff options
context:
space:
mode:
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")
-}