summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-06-24 13:54:02 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-06-24 13:58:46 +0100
commit2fab1c1e1f4a8b8e67855e27537ed6797ea8d002 (patch)
treed7e6880b996181db5fce691914f9af9e07938f4f /crawl-ref/source/spl-book.cc
parent356a7c0c03c3c4de73b4b2daa3fcd4906b3d835f (diff)
downloadcrawl-ref-2fab1c1e1f4a8b8e67855e27537ed6797ea8d002.tar.gz
crawl-ref-2fab1c1e1f4a8b8e67855e27537ed6797ea8d002.zip
Post-merge Skald cleanup
Numerous tweaks and code review: * Fix errors and save compat issues introduced by the merge * Formatting fixes * Some text and capitalisation tweaks * Clean up some leftover comments / code * Change some debugging messages to dprf * Move some bits of code to match enum positions
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 76be7c1800..01311879f9 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -294,8 +294,6 @@ int book_rarity(uint8_t which_book)
#if TAG_MAJOR_VERSION == 34
case BOOK_STALKING:
- // enum replaced with BOOK_BATTLE
- // case BOOK_MUTATIONS:
return 100;
#endif