diff --git a/reactos/subsys/system/vmwinst/vmwinst.c b/reactos/subsys/system/vmwinst/vmwinst.c index 23309f6e2b7..3fd9e3057af 100644 --- a/reactos/subsys/system/vmwinst/vmwinst.c +++ b/reactos/subsys/system/vmwinst/vmwinst.c @@ -1091,9 +1091,6 @@ CreateWizard(VOID) psh.pszbmHeader = MAKEINTRESOURCE(IDB_HEADER); /* Display the wizard */ - PropertySheet(&psh); - - return (LONG)(PropertySheet(&psh) != -1); }