summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-30 14:41:35 -0500
committerJeff Carr <[email protected]>2025-04-30 14:41:35 -0500
commit1418d4652e7f296eb7de08ccc4b0394db5a54303 (patch)
tree42782e2bcbcca59296d8ea82a6f383dd36840fbb /structs.go
parent1127b96570a31ae83ec22b38b46e4754703f1fc6 (diff)
unwind protobuf *any value
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 708780c..e4a5bb8 100644
--- a/structs.go
+++ b/structs.go
@@ -41,7 +41,7 @@ type TreeInfo struct {
Disable func(*Node) // disable a widget
ShowTable func(*guipb.Table) // attempt at sending a whole table
currentTables []*guipb.Table // track the list of tables?
- Root *guipb.Tree // this is the future of this system
+ // Root *guipb.Tree // this is the future of this system
}
type Node struct {