X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/ca20bfcf9f32391ac683100cd3f1bfeb48083236..b2eba8ab2268db36378e1c53d5ec6f7a0064b9e5:/winctrls.c diff --git a/winctrls.c b/winctrls.c index a098c988..9800c3e3 100644 --- a/winctrls.c +++ b/winctrls.c @@ -920,11 +920,9 @@ int pl_itemfrompt(HWND hwnd, POINT cursor, BOOL scroll) * the lower edge, or _below_ it if vice versa. */ ret = LBItemFromPt(hwnd, cursor, scroll); - debug(("pl_itemfrompt: initial is %d\n", ret)); if (ret == -1) return ret; ret = LBItemFromPt(hwnd, cursor, FALSE); - debug(("pl_itemfrompt: secondary is %d\n", ret)); updist = downdist = 0; for (i = 1; i < 4096 && (!updist || !downdist); i++) { uppoint = downpoint = cursor;