comctl32: Remove redundant function declaration

Andrew Talbot andrew.talbot at talbotville.com
Sun Aug 7 15:11:32 CDT 2011


Changelog:
    comctl32: Remove redundant function declaration. MONTHCAL_CopyTime(), in
comctl32/monthcal.c, is now static.

diff --git a/dlls/comctl32/datetime.c b/dlls/comctl32/datetime.c
index abfef58..785769a 100644
--- a/dlls/comctl32/datetime.c
+++ b/dlls/comctl32/datetime.c
@@ -135,7 +135,6 @@ extern int MONTHCAL_CalculateDayOfWeek(SYSTEMTIME *date, BOOL inplace);
 
 static BOOL DATETIME_SendSimpleNotify (const DATETIME_INFO *infoPtr, UINT code);
 static BOOL DATETIME_SendDateTimeChangeNotify (const DATETIME_INFO *infoPtr);
-extern void MONTHCAL_CopyTime(const SYSTEMTIME *from, SYSTEMTIME *to);
 static const WCHAR allowedformatchars[] = {'d', 'h', 'H', 'm', 'M', 's', 't', 'y', 'X', 0};
 static const int maxrepetition [] = {4,2,2,2,4,2,2,4,-1};
 



More information about the wine-patches mailing list