From eef7bc35705611e3060fe1e6b7c2f8bbebb2ba8b Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 23 Feb 2011 00:07:07 +0200 Subject: [PATCH] removed an old comment --- src/utility.h | 2 -- 1 file changed, 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();