There's no need to call PropertySheet twice.
[reactos.git] / reactos / subsys / system / vmwinst / vmwinst.c
index 23309f6..3fd9e30 100644 (file)
@@ -1091,9 +1091,6 @@ CreateWizard(VOID)
   psh.pszbmHeader = MAKEINTRESOURCE(IDB_HEADER);
 
   /* Display the wizard */
-  PropertySheet(&psh);
-
-  
   return (LONG)(PropertySheet(&psh) != -1);
 }