summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redo/tab_windows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/tab_windows.go b/redo/tab_windows.go
index 3c80464..43946b7 100644
--- a/redo/tab_windows.go
+++ b/redo/tab_windows.go
@@ -70,7 +70,6 @@ func (t *tab) allocate(x int, y int, width int, height int, d *sizing) []*alloca
}
func (t *tab) preferredSize(d *sizing) (width, height int) {
- // TODO only consider the size of the current tab?
for _, s := range t.tabs {
w, h := s.child.preferredSize(d)
if width < w {