]> git.lizzy.rs Git - minetest.git/blobdiff - src/guiConfigureWorld.h
Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams
[minetest.git] / src / guiConfigureWorld.h
index 8a77c5f898fab1546e89491390ff1326df508083..23ebac66d1a6820bc37e1508977491c563e2fe93 100644 (file)
@@ -69,9 +69,6 @@ class GUIConfigureWorld : public GUIModalMenu
        // the settings in the world.mt file
        Settings m_settings;
 
-       // mods that are installed but not mentioned in world.mt file
-       std::set<std::string> m_new_mod_names;
-
        // maps modnames to nodes in m_treeview
        std::map<std::string,gui::IGUITreeViewNode*> m_nodes;