diff options
Diffstat (limited to 'redo/stack.go')
| -rw-r--r-- | redo/stack.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/stack.go b/redo/stack.go index 140ac4e..b0f9b0a 100644 --- a/redo/stack.go +++ b/redo/stack.go @@ -22,7 +22,6 @@ type Stack interface { Control // SetStretchy marks a control in a Stack as stretchy. - // This cannot be called once the Window containing the Stack has been created. [TODO might actually be safe to call anytime now] // It panics if index is out of range. SetStretchy(index int) } |
