removed an old comment

This commit is contained in:
Perttu Ahola 2011-02-23 00:07:07 +02:00
parent b82d3f2744
commit eef7bc3570
1 changed files with 0 additions and 2 deletions

View 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();