summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-21 15:29:17 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-21 15:29:17 +0000
commite62bf1734dab24f7426cf5357d3d48114748fee7 (patch)
tree1dc814c1442ea47b78cf538ff9e3707801621ac2 /crawl-ref/source/mutation.h
parentad4b537375a36b53291b1bfff87c729a983d5417 (diff)
downloadcrawl-ref-e62bf1734dab24f7426cf5357d3d48114748fee7.tar.gz
crawl-ref-e62bf1734dab24f7426cf5357d3d48114748fee7.zip
[1795751] Mutation cleanup, courtesy dolorous.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2506 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index ab63d452d1..35419cf737 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -56,13 +56,6 @@ bool delete_mutation(mutation_type which_mutation, bool force = false);
// default of level == -1, means to use the player's current level
const char *mutation_name( mutation_type which_mutat, int level = -1 );
-
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: items - religion
- * *********************************************************************** */
-bool give_cosmetic_mutation( void );
-
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: items - spells