diff options
author | onkrot <vob999@bk.ru> | 2015-08-16 00:25:27 +0500 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2015-08-16 14:29:33 +0200 |
commit | 5556ba168fb8bb3c234311564de36c4b130c8ab1 (patch) | |
tree | 5d1b47d9d5305de738779cd33d01c9737b5c28c2 /src/content_mapnode.h | |
parent | ee6cad154699959193d9a0395eb1d144a495c377 (diff) | |
download | minetest-5556ba168fb8bb3c234311564de36c4b130c8ab1.tar.gz minetest-5556ba168fb8bb3c234311564de36c4b130c8ab1.tar.bz2 minetest-5556ba168fb8bb3c234311564de36c4b130c8ab1.zip |
Remove unused functions.
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r-- | src/content_mapnode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h index 5c9c0b66d..5d68afe59 100644 --- a/src/content_mapnode.h +++ b/src/content_mapnode.h @@ -37,8 +37,5 @@ void content_mapnode_get_name_id_mapping(NameIdMapping *nimap); // Convert "CONTENT_STONE"-style names to dynamic ids std::string content_mapnode_get_new_name(const std::string &oldname); class INodeDefManager; -content_t legacy_get_id(const std::string &oldname, INodeDefManager *ndef); -#define LEGN(ndef, oldname) legacy_get_id(oldname, ndef) #endif - |