diff options
author | sfan5 <sfan5@live.de> | 2021-08-30 20:44:51 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-08-30 20:55:06 +0200 |
commit | 75b4c05741e4cb42a0705341b2b696aa0e9a73c0 (patch) | |
tree | c309e5aa6e3c5ef940745e53d9c7b13b4d389912 /include/irrUString.h | |
parent | 2dc2846c3f8ec461c95e3b5e4f8e672f08eb31b5 (diff) | |
download | irrlicht-75b4c05741e4cb42a0705341b2b696aa0e9a73c0.tar.xz |
Drop _IRR_WCHAR_FILESYSTEM
never used and never worked for us.
Diffstat (limited to 'include/irrUString.h')
-rw-r--r-- | include/irrUString.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/irrUString.h b/include/irrUString.h index c1c7925..49cc670 100644 --- a/include/irrUString.h +++ b/include/irrUString.h @@ -3015,11 +3015,7 @@ public: //! \return An io::path string containing the properly encoded string. io::path toPATH_s(const unicode::EUTF_ENDIAN endian = unicode::EUTFEE_NATIVE, const bool addBOM = false) const { -#if defined(_IRR_WCHAR_FILESYSTEM) - return toWCHAR_s(endian, addBOM); -#else return toUTF8_s(addBOM); -#endif } //! Loads an unknown stream of data. |