summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player-stats.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/player-stats.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/player-stats.h')
-rw-r--r--crawl-ref/source/player-stats.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/player-stats.h b/crawl-ref/source/player-stats.h
index d94bc9c5ac..177cf9e32e 100644
--- a/crawl-ref/source/player-stats.h
+++ b/crawl-ref/source/player-stats.h
@@ -35,8 +35,6 @@ bool lose_stat(stat_type which_stat, int stat_loss,
bool see_source = true);
bool lose_stat(stat_type which_stat, int stat_loss,
const monster* cause, bool force = false);
-bool lose_stat(stat_type which_stat, int stat_loss,
- const item_def &cause, bool removed, bool force = false);
bool restore_stat(stat_type which_stat, int stat_gain,
bool suppress_msg, bool recovery = false);