diff options
Diffstat (limited to 'src/guiConfigureWorld.h')
-rw-r--r-- | src/guiConfigureWorld.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/guiConfigureWorld.h b/src/guiConfigureWorld.h index 8a77c5f89..23ebac66d 100644 --- a/src/guiConfigureWorld.h +++ b/src/guiConfigureWorld.h @@ -69,9 +69,6 @@ private: // 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; |