Remove old comments

master
Perttu Ahola 2011-11-16 01:37:29 +02:00
parent 37a5f8a30b
commit 7fae32095a
2 changed files with 0 additions and 26 deletions

View File

@ -32,28 +32,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
class ITextureSource;
class IGameDef;
/*
TODO: Rename to nodedef.h
*/
#if 0
/*
Content feature list
Used for determining properties of MapNodes by content type without
storing such properties in the nodes itself.
*/
/*
Initialize content feature table.
Must be called before accessing the table.
*/
void init_contentfeatures(ITextureSource *tsrc);
#endif
enum ContentParamType
{
CPT_NONE,

View File

@ -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)