]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/gui/cheatMenu.cpp
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / gui / cheatMenu.cpp
index 31acfb78045b8e9782255eb2c70b597f3ecc467f..2be82f148a8997fb25f8d2adbbae69429cab926a 100644 (file)
@@ -31,10 +31,6 @@ FontMode CheatMenu::fontStringToEnum(std::string str)
                return FM_Mono;
        else if (str == "FM_Fallback")
                return _FM_Fallback;
-       else if (str == "FM_Simple")
-               return FM_Simple;
-       else if (str == "FM_SimpleMono")
-               return FM_SimpleMono;
        else if (str == "FM_MaxMode")
                return FM_MaxMode;
        else if (str == "FM_Unspecified")