summaryrefslogtreecommitdiff
path: root/checkbox.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-28 20:59:42 -0400
committerPietro Gagliardi <[email protected]>2014-04-28 20:59:42 -0400
commitc32e16fd836f4f7caf10d6e5bed97a2baa387e49 (patch)
treeecd9576d17be21f833d53f3331cbf1e841dd649b /checkbox.go
parent7f89f4afb9bcfc9c27a2b29abf8b92c1bf9fe5bb (diff)
Moved TODOs about new event signals to the future plans document.
Diffstat (limited to 'checkbox.go')
-rw-r--r--checkbox.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/checkbox.go b/checkbox.go
index 6427d0c..e8fffe9 100644
--- a/checkbox.go
+++ b/checkbox.go
@@ -8,8 +8,6 @@ import (
// A Checkbox is a clickable square with a label. The square can be either checked or unchecked. Checkboxes start out unchecked.
type Checkbox struct {
- // TODO provide a channel for broadcasting check changes
-
lock sync.Mutex
created bool
sysData *sysData