Removed stray TODO.

This commit is contained in:
Pietro Gagliardi 2015-01-06 17:53:40 -05:00
parent bba073fee4
commit ba887cbf07
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ static void vwheelscroll(struct table *t, WPARAM wParam, LPARAM lParam)
wheelscroll(t, SB_VERT, &p, wParam, lParam);
}
// TODO WM_MOUSEWHEEL
HANDLER(vscrollHandler)
{
switch (uMsg) {