From 116fb801757e85565a35ca269a0527cd5d522ea4 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 26 Aug 2001 10:01:45 +0000 Subject: [PATCH] D'oh, remove two rogue diagnostics [originally from svn r1202] --- winctrls.c | 2 -- 1 file changed, 2 deletions(-) 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;