summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-04-06 12:07:27 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-04-10 19:04:24 +0100
commit7448927f345d13727d5ecc39244513824f7b307f (patch)
treed4032c9b3ce0c49c6c5b9065460b4c031d638e82 /crawl-ref/source/output.cc
parent73a0f20e8f66775133cc3e1a1bd0d997cf943864 (diff)
downloadcrawl-ref-7448927f345d13727d5ecc39244513824f7b307f.tar.gz
crawl-ref-7448927f345d13727d5ecc39244513824f7b307f.zip
Remove the unused jelly form
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 1eaf30be46..f570bc00b8 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -836,9 +836,6 @@ static void _print_stats_wp(int y)
case TRAN_TREE:
col = BROWN;
break;
- case TRAN_JELLY:
- col = LIGHTRED;
- break;
default:
break;
}