]> git.lizzy.rs Git - minetest-m13.git/blobdiff - src/mods.cpp
Update code style to C++11
[minetest-m13.git] / src / mods.cpp
index db878d78b40b83634786a00215ed9d5df364c9a9..0eb233b78181f734f69faac10c8f31abfb376c2f 100644 (file)
@@ -28,7 +28,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 // Get a dependency-sorted list of ModSpecs
 core::list<ModSpec> getMods(core::list<std::string> &modspaths)
-               throw(ModError)
 {
        std::queue<ModSpec> mods_satisfied;
        core::list<ModSpec> mods_unsorted;