From b7b9154d87b131afa4df689d355c328c855408d6 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sat, 20 Oct 2007 21:37:48 +0000 Subject: [PATCH] Enable the code to determine the time zone from the default system language svn path=/trunk/; revision=29722 --- reactos/dll/win32/syssetup/wizard.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/dll/win32/syssetup/wizard.c b/reactos/dll/win32/syssetup/wizard.c index ed07a307134..dd7fc1e1e37 100644 --- a/reactos/dll/win32/syssetup/wizard.c +++ b/reactos/dll/win32/syssetup/wizard.c @@ -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)