From: Perttu Ahola Date: Tue, 22 Feb 2011 22:07:07 +0000 (+0200) Subject: removed an old comment X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=eef7bc35705611e3060fe1e6b7c2f8bbebb2ba8b;p=zefram%2Fminetest%2Fminetest_engine.git removed an old comment --- diff --git a/src/utility.h b/src/utility.h index 2b01dedf..d4bb04c6 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();