aboutsummaryrefslogtreecommitdiff
path: root/src/gui/cheatMenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/cheatMenu.cpp')
-rw-r--r--src/gui/cheatMenu.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/cheatMenu.cpp b/src/gui/cheatMenu.cpp
index 31acfb780..2be82f148 100644
--- a/src/gui/cheatMenu.cpp
+++ b/src/gui/cheatMenu.cpp
@@ -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")