Remove old comments
parent
37a5f8a30b
commit
7fae32095a
|
@ -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,
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue