Module: wine Branch: master Commit: 072ca07de9b4039931104a179d8ec7fe80860427 URL: http://source.winehq.org/git/wine.git/?a=commit;h=072ca07de9b4039931104a179d...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Sun Aug 7 21:11:32 2011 +0100
comctl32: Remove redundant function declaration.
---
dlls/comctl32/datetime.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
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};