comctl32: Remove dead code from MONTHCAL_HitTest.

oldstable
Gerald Pfeifer 2011-09-08 00:23:15 +02:00 committed by Alexandre Julliard
parent 322c2f45f8
commit a17463b1e4
1 changed files with 0 additions and 4 deletions

View File

@ -1665,13 +1665,9 @@ MONTHCAL_HitTest(const MONTHCAL_INFO *infoPtr, MCHITTESTINFO *lpht)
MCHITTESTINFO htinfo;
SYSTEMTIME ht_month;
INT day, calIdx;
UINT x, y;
if(!lpht || lpht->cbSize < MCHITTESTINFO_V1_SIZE) return -1;
x = lpht->pt.x;
y = lpht->pt.y;
htinfo.st = st_null;
/* we should preserve passed fields if hit area doesn't need them */