From 746f1ca11a18af97e4fed06e5ac1af622bf21d35 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Fri, 2 Apr 2021 18:35:00 +0200 Subject: Codechange: Remove the now meaningless console_cp parameter from OTTD2FS --- src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdafx.h') diff --git a/src/stdafx.h b/src/stdafx.h index 06860f104..f13104a5b 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -263,7 +263,7 @@ # define unlink(file) _wunlink(OTTD2FS(file).c_str()) std::string FS2OTTD(const std::wstring &name); - std::wstring OTTD2FS(const std::string &name, bool console_cp = false); + std::wstring OTTD2FS(const std::string &name); # elif defined(WITH_ICONV) # define fopen(file, mode) fopen(OTTD2FS(file).c_str(), mode) std::string FS2OTTD(const std::string &name); -- cgit v1.2.3-54-g00ecf