summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-02 02:10:58 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-02 03:22:56 +0200
commit7a7945507d92b1ccd9c34e5ebec9698c746003c6 (patch)
treeb160a611c927e58361a55b9c39661080f1ebb4b6 /crawl-ref/source/skills2.h
parent2962df23398e54f81a970c24a4cdc45145a8f456 (diff)
downloadcrawl-ref-7a7945507d92b1ccd9c34e5ebec9698c746003c6.tar.gz
crawl-ref-7a7945507d92b1ccd9c34e5ebec9698c746003c6.zip
Make some functions static/gone.
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index 677bbafb12..e2cce1b55e 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -61,7 +61,6 @@ bool is_useless_skill(skill_type skill);
int species_apt(skill_type skill, species_type species = you.species);
float species_apt_factor(skill_type sk, species_type sp = you.species);
-unsigned int skill_exp_needed(int lev);
unsigned int skill_exp_needed(int lev, skill_type sk,
species_type sp = you.species);