comctl32: Remove duplicate declarations of MONTHCAL functions.

MONTHCAL_MonthLength and MONTHCAL_CalculateDayOfWeek are already
declared in dlls/comctl32/comctl32.h.
This commit is contained in:
Alex Henrie 2023-06-16 21:26:12 -06:00 committed by Alexandre Julliard
parent 15c00627ee
commit 47e044b81d

View file

@ -81,10 +81,6 @@ typedef struct
int pendingUpdown;
} DATETIME_INFO, *LPDATETIME_INFO;
/* in monthcal.c */
extern int MONTHCAL_MonthLength(int month, int year);
extern int MONTHCAL_CalculateDayOfWeek(SYSTEMTIME *date, BOOL inplace);
/* this list of defines is closely related to `allowedformatchars' defined
* in datetime.c; the high nibble indicates the `base type' of the format
* specifier.