[PATCH 2/2] comctl32/monthcal: Remove commented block.

Nikolay Sivov nsivov at codeweavers.com
Tue Apr 19 05:07:17 CDT 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---

This won't build anyway after multiple calendars support was added.

 dlls/comctl32/monthcal.c | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/dlls/comctl32/monthcal.c b/dlls/comctl32/monthcal.c
index 6cdcfca..9d5b42e 100644
--- a/dlls/comctl32/monthcal.c
+++ b/dlls/comctl32/monthcal.c
@@ -1805,18 +1805,6 @@ MONTHCAL_HitTest(const MONTHCAL_INFO *infoPtr, MCHITTESTINFO *lpht)
   if (lpht->cbSize == sizeof(MCHITTESTINFO))
     memcpy(&htinfo.rc, &lpht->rc, sizeof(MCHITTESTINFO) - MCHITTESTINFO_V1_SIZE);
 
-  /* Comment in for debugging...
-  TRACE("%d %d wd[%d %d %d %d] d[%d %d %d %d] t[%d %d %d %d] wn[%d %d %d %d]\n", x, y,
-	infoPtr->wdays.left, infoPtr->wdays.right,
-	infoPtr->wdays.top, infoPtr->wdays.bottom,
-	infoPtr->days.left, infoPtr->days.right,
-	infoPtr->days.top, infoPtr->days.bottom,
-	infoPtr->todayrect.left, infoPtr->todayrect.right,
-	infoPtr->todayrect.top, infoPtr->todayrect.bottom,
-	infoPtr->weeknums.left, infoPtr->weeknums.right,
-	infoPtr->weeknums.top, infoPtr->weeknums.bottom);
-  */
-
   /* guess in what calendar we are */
   calIdx = MONTHCAL_GetCalendarFromPoint(infoPtr, &lpht->pt);
   if (calIdx == -1)
-- 
2.8.0.rc3




More information about the wine-patches mailing list