summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-16 22:12:42 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-16 22:35:58 -0700
commitec9a4c18528d1000648c242854481f69062fb686 (patch)
tree71f10c5a17d6e57d689d0f4ba1437303c4e80985 /crawl-ref/source/directn.cc
parent728ed823bafdb930c6e35823ec701cda6885fe2e (diff)
downloadcrawl-ref-ec9a4c18528d1000648c242854481f69062fb686.tar.gz
crawl-ref-ec9a4c18528d1000648c242854481f69062fb686.zip
Remove a three-year-old commented-out code block
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index 3cea7badfd..c23261d966 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -2920,17 +2920,7 @@ string thing_do_grammar(description_level_type dtype, bool add_stop,
}
if (dtype == DESC_PLAIN || (!force_article && isupper(desc[0])))
- {
- /* Since we're removing caps, this shouldn't be needed,
- but we'll keep it in case, for now.
- if (dtype == DESC_PLAIN
- || dtype == DESC_THE
- || dtype == DESC_A)
- {
- desc[0] = tolower(desc[0]);
- }*/
return desc;
- }
switch (dtype)
{