summaryrefslogtreecommitdiff
path: root/redo/table.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-30 11:07:53 -0400
committerPietro Gagliardi <[email protected]>2014-08-30 11:07:53 -0400
commitfecf53827ac7e697c1f36b4db11157828e68b1b9 (patch)
tree1e73f3dc867d80dcb13c4c6b7499cba479266960 /redo/table.go
parentb9ea3714a6034e13040f626e0f86b21761ee9d2e (diff)
More future plans.
Diffstat (limited to 'redo/table.go')
-rw-r--r--redo/table.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/table.go b/redo/table.go
index 83baadd..846378d 100644
--- a/redo/table.go
+++ b/redo/table.go
@@ -44,7 +44,6 @@ type Table interface {
// Selected and Select get and set the currently selected item in the Table.
// Selected returns -1 if no item is selected.
// Pass -1 to Select to deselect all items.
- // TODO bounds checking
Selected() int
Select(index int)