projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b82d3f2
)
removed an old comment
author
Perttu Ahola
<celeron55@gmail.com>
Tue, 22 Feb 2011 22:07:07 +0000
(
00:07
+0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Tue, 22 Feb 2011 22:07:07 +0000
(
00:07
+0200)
src/utility.h
patch
|
blob
|
history
diff --git
a/src/utility.h
b/src/utility.h
index 2b01dedf0ac59e299ded40ab1745766126abaf6e..d4bb04c6c948a0a593ca2ca85f11a726490d7fbd 100644
(file)
--- 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();