diff options
-rw-r--r-- | src/utility.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utility.h b/src/utility.h index 2b01dedf0..d4bb04c6c 100644 --- a/src/utility.h +++ b/src/utility.h @@ -613,8 +613,6 @@ inline v3s16 arealim(v3s16 p, s16 d) return p; } -// NOTE: There seems to be some problem with this on some systems: -// http://pastebin.com/vwJP2GZ6 inline std::wstring narrow_to_wide(const std::string& mbs) { size_t wcl = mbs.size(); |