Added TimeOut to the correct section, removed ion's 12148 incorrect addition. 10...
authorAndrew Munger <waxdragon@gmail.com>
Thu, 11 Aug 2005 15:55:25 +0000 (15:55 +0000)
committerAndrew Munger <waxdragon@gmail.com>
Thu, 11 Aug 2005 15:55:25 +0000 (15:55 +0000)
svn path=/trunk/; revision=17287

reactos/subsys/system/usetup/bootsup.c

index f5813fb..8059aad 100644 (file)
@@ -50,14 +50,12 @@ CreateCommonFreeLoaderSections(PINICACHE IniCache)
                    L"DefaultOS",
                    L"ReactOS");
 
                    L"DefaultOS",
                    L"ReactOS");
 
-#if 0
   /* Timeout=10 */
   IniCacheInsertKey(IniSection,
                    NULL,
                    INSERT_LAST,
                    L"TimeOut",
                    L"10");
   /* Timeout=10 */
   IniCacheInsertKey(IniSection,
                    NULL,
                    INSERT_LAST,
                    L"TimeOut",
                    L"10");
-#endif
 
   /* Create "Display" section */
   IniSection = IniCacheAppendSection(IniCache,
 
   /* Create "Display" section */
   IniSection = IniCacheAppendSection(IniCache,
@@ -167,13 +165,6 @@ CreateCommonFreeLoaderSections(PINICACHE IniCache)
                    INSERT_LAST,
                    L"SelectedColor",
                    L"Gray");
                    INSERT_LAST,
                    L"SelectedColor",
                    L"Gray");
-
-  /* TimeOut=5 */
-  IniCacheInsertKey(IniSection,
-                   NULL,
-                   INSERT_LAST,
-                   L"TimeOut",
-                   L"5");
 }
 
 
 }