]> git.lizzy.rs Git - minetest.git/blobdiff - src/nodemetadata.cpp
Disable word wrap in vertical texts in main menu
[minetest.git] / src / nodemetadata.cpp
index 7abf824262fbdbfeebfe99a4b3afa0b1fd51911a..410b4e2ea78bcb12cf89020dba9451aeb2336312 100644 (file)
@@ -30,9 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
        NodeMetadata
 */
 
-core::map<u16, NodeMetadata::Factory> NodeMetadata::m_types;
-core::map<std::string, NodeMetadata::Factory2> NodeMetadata::m_names;
-
 NodeMetadata::NodeMetadata(IGameDef *gamedef):
        m_gamedef(gamedef)
 {