summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-01-31 03:01:45 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-01-31 04:23:15 +0100
commit7197619b3ceea51c45c9f56fac793d1703e596fb (patch)
tree30d7e273d590b0d273e86ad34e2238df74932a1d /crawl-ref/source/skills2.h
parentaefd8e30fbad97e38ccfa36bb6005893096faa16 (diff)
downloadcrawl-ref-7197619b3ceea51c45c9f56fac793d1703e596fb.tar.gz
crawl-ref-7197619b3ceea51c45c9f56fac793d1703e596fb.zip
Make some functions static or 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 d2d81abfdd..fe840e78e5 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -73,7 +73,6 @@ bool crosstrain_other(skill_type sk, bool show_zero);
bool is_antitrained(skill_type sk);
bool antitrain_other(skill_type sk, bool show_zero);
-int elemental_preference(skill_type sk, int scale = 1);
int elemental_preference(spell_type spell, int scale = 1);
void skill_menu(int flag = 0, int exp = 0);