Commit a17463b1 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

comctl32: Remove dead code from MONTHCAL_HitTest.

parent 322c2f45
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment