Nikolay Sivov : comctl32/monthcal: Remove outdated comment.

Alexandre Julliard julliard at winehq.org
Mon Mar 28 14:22:00 CDT 2011


Module: wine
Branch: master
Commit: ddab5d8548d4ada5c2b945a6a115c45f953c91fe
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ddab5d8548d4ada5c2b945a6a115c45f953c91fe

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Fri Mar 25 22:54:26 2011 +0300

comctl32/monthcal: Remove outdated comment.

---

 dlls/comctl32/monthcal.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/comctl32/monthcal.c b/dlls/comctl32/monthcal.c
index 1cc64db..b973ff9 100644
--- a/dlls/comctl32/monthcal.c
+++ b/dlls/comctl32/monthcal.c
@@ -33,7 +33,6 @@
  * 
  * TODO:
  *    -- MCM_[GS]ETUNICODEFORMAT
- *    -- MONTHCAL_GetMonthRange
  *    -- handle resources better (doesn't work now); 
  *    -- take care of internationalization.
  *    -- keyboard handling.
@@ -1265,8 +1264,6 @@ MONTHCAL_GetMonthRange(const MONTHCAL_INFO *infoPtr, DWORD flag, SYSTEMTIME *st)
     }
     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_GetMaxDate(infoPtr, &st[1]);
         break;




More information about the wine-cvs mailing list