summaryrefslogtreecommitdiff
path: root/redo/table.go
diff options
context:
space:
mode:
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)