From c32e16fd836f4f7caf10d6e5bed97a2baa387e49 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 28 Apr 2014 20:59:42 -0400 Subject: Moved TODOs about new event signals to the future plans document. --- checkbox.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'checkbox.go') 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 -- cgit v1.2.3