X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=winctrls.c;h=9800c3e348d5bce5ad73c5963abc27920f8bfb9e;hb=9c5951ed35cf9019bf17685b4356212eae1a63b3;hp=a098c988f24d461be2de0c95f520aa2d56b4656c;hpb=44c4ee79e6d46337278b20cd8e9619744f4a3b1f;p=PuTTY.git 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;