diff --git a/soh/soh/Extractor/Extract.cpp b/soh/soh/Extractor/Extract.cpp index 8ee3c97a6..d3ffd9e18 100644 --- a/soh/soh/Extractor/Extract.cpp +++ b/soh/soh/Extractor/Extract.cpp @@ -659,7 +659,6 @@ bool Extractor::CallZapd(std::string installPath, std::string exportdir) { argv[20] = "-osf"; argv[21] = "placeholder"; - #ifdef _WIN32 // Grab a handle to the command window. HWND cmdWindow = GetConsoleWindow();