From 20bff396c3814dc7180071c802fd3b026b7c73f9 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Sun, 30 Jun 2019 21:46:33 +0200 Subject: [PATCH] win32: more build fix --- core/log/StringUtil.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/log/StringUtil.h b/core/log/StringUtil.h index 60cf9c163..f1ab11767 100644 --- a/core/log/StringUtil.h +++ b/core/log/StringUtil.h @@ -140,7 +140,6 @@ std::string UTF16ToCP(u32 code_page, const std::wstring& input) std::string output; output.resize(size); - bool usedDefaultChar; if (size == 0 || size != WideCharToMultiByte(code_page, 0, input.data(), static_cast(input.size()),