From 8db97a45bd7239d13df4426b16bc71c551c1de82 Mon Sep 17 00:00:00 2001 From: louist103 <35883445+louist103@users.noreply.github.com> Date: Sat, 12 Apr 2025 20:19:05 -0400 Subject: [PATCH] Format --- soh/soh/Extractor/Extract.cpp | 1 - 1 file changed, 1 deletion(-) 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();