diff options
author | PilzAdam <pilzadam@minetest.net> | 2013-05-18 17:00:47 +0200 |
---|---|---|
committer | PilzAdam <pilzadam@minetest.net> | 2013-05-19 02:15:36 +0200 |
commit | 45fcc9de29de762e8dde20a50db4a3184c830e42 (patch) | |
tree | 2a947b0ffa01e1aa49a755b6bf37fc393409e4b5 /src/guiConfigureWorld.h | |
parent | 6074163bf358ba8bf3a012e8093e24ecab5b6d61 (diff) | |
download | minetest-45fcc9de29de762e8dde20a50db4a3184c830e42.tar.gz minetest-45fcc9de29de762e8dde20a50db4a3184c830e42.tar.bz2 minetest-45fcc9de29de762e8dde20a50db4a3184c830e42.zip |
New modsystem
Mods are placed in $path_<user/share>/mods
They can be enabled per world in world.mt or the configure world window
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; |