mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Remove unused functions.
This commit is contained in:
parent
ee6cad1546
commit
5556ba168f
5 changed files with 0 additions and 44 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue