X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fnodemetadata.cpp;h=410b4e2ea78bcb12cf89020dba9451aeb2336312;hb=569fca53089b7b7e87b02edd44e2ad47166f7af6;hp=7abf824262fbdbfeebfe99a4b3afa0b1fd51911a;hpb=18bb0ea1ead82406bcfb89ea14908a4d0063209e;p=minetest.git diff --git a/src/nodemetadata.cpp b/src/nodemetadata.cpp index 7abf82426..410b4e2ea 100644 --- a/src/nodemetadata.cpp +++ b/src/nodemetadata.cpp @@ -30,9 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc., NodeMetadata */ -core::map NodeMetadata::m_types; -core::map NodeMetadata::m_names; - NodeMetadata::NodeMetadata(IGameDef *gamedef): m_gamedef(gamedef) {