summaryrefslogtreecommitdiff
path: root/src/stdafx.h
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2021-04-02 18:35:00 +0200
committerNiels Martin Hansen <nielsm@indvikleren.dk>2021-04-07 09:31:47 +0200
commit746f1ca11a18af97e4fed06e5ac1af622bf21d35 (patch)
treef8d9ef3b48b570d3b6827f19092c92e3acf74e6e /src/stdafx.h
parente0561dbded57f195e7842cf69764e3ee2c3a71da (diff)
downloadopenttd-746f1ca11a18af97e4fed06e5ac1af622bf21d35.tar.xz
Codechange: Remove the now meaningless console_cp parameter from OTTD2FS
Diffstat (limited to 'src/stdafx.h')
-rw-r--r--src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
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);