summaryrefslogtreecommitdiff
path: root/redo/control.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-08 20:14:25 -0400
committerPietro Gagliardi <[email protected]>2014-08-08 20:14:25 -0400
commit3200a0ca974e684e900dcb74e815c567488f1634 (patch)
tree502772a95de9a7f6445d969ddf0af0c3461b5bbf /redo/control.go
parent79ada1bdaa00a1dcebee65ab9bb77c51494d06a5 (diff)
More TODO/future plan separation.
Diffstat (limited to 'redo/control.go')
-rw-r--r--redo/control.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/control.go b/redo/control.go
index 4ba9618..b75386c 100644
--- a/redo/control.go
+++ b/redo/control.go
@@ -6,7 +6,6 @@ package ui
// All Controls have event handlers that take a single argument (the Doer active during the event) and return nothing.
type Control interface {
setParent(p *controlParent) // controlParent defined per-platform
- // TODO enable/disable (public)
controlSizing
}