summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wintable/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/wintable/main.c b/wintable/main.c
index 4c2ab79..1e3caab 100644
--- a/wintable/main.c
+++ b/wintable/main.c
@@ -178,9 +178,6 @@ static void selectItem(struct table *t, WPARAM wParam, LPARAM lParam)
finishSelect(t);
}
-// TODO on initial show the items are not arranged properly
-// TODO the lowest visible row does not redraw properly after scrolling
-// TODO the row behind the header bar does not redraw properly after scrolling
static void vscrollto(struct table *t, intptr_t newpos)
{
SCROLLINFO si;