summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/newgame.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 47f3b54de2..ccd9e1a351 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -1557,7 +1557,6 @@ static char_choice_restriction _class_allowed(species_type speci,
case SP_HALFLING:
case SP_SPRIGGAN:
case SP_NAGA:
- case SP_OGRE:
case SP_TROLL:
return (CC_RESTRICTED);
default: