removed an old comment
authorPerttu Ahola <celeron55@gmail.com>
Tue, 22 Feb 2011 22:07:07 +0000 (00:07 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Tue, 22 Feb 2011 22:07:07 +0000 (00:07 +0200)
src/utility.h

index 2b01dedf0ac59e299ded40ab1745766126abaf6e..d4bb04c6c948a0a593ca2ca85f11a726490d7fbd 100644 (file)
@@ -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();