Enable the code to determine the time zone from the default system language

svn path=/trunk/; revision=29722
This commit is contained in:
Thomas Bluemel 2007-10-20 21:37:48 +00:00
parent 61f5e03b5c
commit b7b9154d87

View file

@ -1106,7 +1106,6 @@ DestroyTimeZoneList(PSETUPDATA SetupData)
SetupData->TimeZoneListTail = NULL;
}
#if 0
static BOOL
GetTimeZoneListIndex(LPDWORD lpIndex)
{
@ -1207,7 +1206,6 @@ GetTimeZoneListIndex(LPDWORD lpIndex)
return FALSE;
}
#endif
static VOID
@ -1217,9 +1215,7 @@ ShowTimeZoneList(HWND hwnd, PSETUPDATA SetupData, DWORD dwEntryIndex)
DWORD dwIndex = 0;
DWORD dwCount;
#if 0
GetTimeZoneListIndex(&dwEntryIndex);
#endif
Entry = SetupData->TimeZoneListHead;
while (Entry != NULL)