summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-23 02:28:46 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-23 20:57:56 +0200
commitceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b (patch)
tree0e6d91a26156375d029ab87d0d7f097ea5be23b8 /crawl-ref/source/mutation.h
parentafb1d1f468006a809ebf73cdedbe5f6dc82ee1ab (diff)
downloadcrawl-ref-ceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b.tar.gz
crawl-ref-ceaff5dee3286c9a53c3fa39f3e10e4c00a0f03b.zip
Make a bunch of functions static or gone.
Diffstat (limited to 'crawl-ref/source/mutation.h')
-rw-r--r--crawl-ref/source/mutation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.h b/crawl-ref/source/mutation.h
index 14cf414800..3abe4ba802 100644
--- a/crawl-ref/source/mutation.h
+++ b/crawl-ref/source/mutation.h
@@ -98,7 +98,6 @@ std::string mutation_name(mutation_type which_mutat, int level = -1,
bool colour = false);
void roll_demonspawn_mutations();
-void adjust_racial_mutation(mutation_type mut, int diff);
bool perma_mutate(mutation_type which_mut, int how_much, const std::string &reason);
int how_mutated(bool all = false, bool levels = false);