diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-11-16 01:37:29 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-11-29 19:13:46 +0200 |
commit | 7fae32095a843662dad77bd580a6a11637a53fe8 (patch) | |
tree | eb7d405d621de045111cb71e301cac3c530622ef /src/tooldef.h | |
parent | 37a5f8a30bc2e267909d699faef4910a3a261555 (diff) | |
download | minetest-7fae32095a843662dad77bd580a6a11637a53fe8.tar.gz minetest-7fae32095a843662dad77bd580a6a11637a53fe8.tar.bz2 minetest-7fae32095a843662dad77bd580a6a11637a53fe8.zip |
Remove old comments
Diffstat (limited to 'src/tooldef.h')
-rw-r--r-- | src/tooldef.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tooldef.h b/src/tooldef.h index 41ee1154c..9741d7088 100644 --- a/src/tooldef.h +++ b/src/tooldef.h @@ -23,10 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <string> #include <iostream> -/* - TODO: Rename to tooldef.h -*/ - struct ToolDiggingProperties { // time = basetime + sum(feature here * feature in MaterialProperties) |