summaryrefslogtreecommitdiff
path: root/toolkit/widget.go
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/widget.go')
-rw-r--r--toolkit/widget.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolkit/widget.go b/toolkit/widget.go
index 09fd962..f0fba0f 100644
--- a/toolkit/widget.go
+++ b/toolkit/widget.go
@@ -53,8 +53,7 @@ type Action struct {
// this should be the widget
// if the action is New, Hide, Enable, etc
- Widget *Widget
- Callback func(int) bool
+ // Widget *Widget
// This is how the values are passed back and forth
// values from things like checkboxes & dropdown's