]> git.lizzy.rs Git - minetest.git/blobdiff - src/mapnode.h
Formspec: make bgcolor element less confusing and allow setting fullscreen color...
[minetest.git] / src / mapnode.h
index 6e48bce8c2bd3529ef47b7beaa1f382a3cad8f16..7a3d30ddc36d21e7ac0a13df5728f2d79c7fa52f 100644 (file)
@@ -145,11 +145,6 @@ struct MapNode
                  param2(a_param2)
        { }
 
-       // Create directly from a nodename
-       // If name is unknown, sets CONTENT_IGNORE
-       MapNode(const NodeDefManager *ndef, const std::string &name,
-                       u8 a_param1=0, u8 a_param2=0);
-
        bool operator==(const MapNode &other) const noexcept
        {
                return (param0 == other.param0