Commit ddab5d85 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/monthcal: Remove outdated comment.

parent f73ee0a2
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
* *
* TODO: * TODO:
* -- MCM_[GS]ETUNICODEFORMAT * -- MCM_[GS]ETUNICODEFORMAT
* -- MONTHCAL_GetMonthRange
* -- handle resources better (doesn't work now); * -- handle resources better (doesn't work now);
* -- take care of internationalization. * -- take care of internationalization.
* -- keyboard handling. * -- keyboard handling.
...@@ -1265,8 +1264,6 @@ MONTHCAL_GetMonthRange(const MONTHCAL_INFO *infoPtr, DWORD flag, SYSTEMTIME *st) ...@@ -1265,8 +1264,6 @@ MONTHCAL_GetMonthRange(const MONTHCAL_INFO *infoPtr, DWORD flag, SYSTEMTIME *st)
} }
case GMR_DAYSTATE: case GMR_DAYSTATE:
{ {
/*FIXME: currently multicalendar feature isn't implemented,
min date from previous month and max date from next one returned */
MONTHCAL_GetMinDate(infoPtr, &st[0]); MONTHCAL_GetMinDate(infoPtr, &st[0]);
MONTHCAL_GetMaxDate(infoPtr, &st[1]); MONTHCAL_GetMaxDate(infoPtr, &st[1]);
break; break;
......
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