Translated using Weblate (Japanese)
[oweals/minetest.git] / src / content_mapnode.h
index 5c9c0b66dd33264bd53cf92d2bb83051d9e342bd..5d68afe594b5ca2e23c52a358acc205bcd6f16da 100644 (file)
@@ -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
-