From 5556ba168fb8bb3c234311564de36c4b130c8ab1 Mon Sep 17 00:00:00 2001 From: onkrot Date: Sun, 16 Aug 2015 00:25:27 +0500 Subject: Remove unused functions. --- src/content_mapnode.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/content_mapnode.h') 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 - -- cgit v1.2.3