summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.h
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2014-08-05 19:46:48 -0500
committergammafunk <gammafunk@gmail.com>2014-08-05 19:56:32 -0500
commit28e3730145ef18d613acfa864b65aaffd953440d (patch)
treee94fce2527a84f6695bb389444e8a37dbba30b81 /crawl-ref/source/cloud.h
parent57b3fc90fd53850f7dc4e0e4fb6dd3d0ed48fedb (diff)
downloadcrawl-ref-28e3730145ef18d613acfa864b65aaffd953440d.tar.gz
crawl-ref-28e3730145ef18d613acfa864b65aaffd953440d.zip
Simplify out a function
Diffstat (limited to 'crawl-ref/source/cloud.h')
-rw-r--r--crawl-ref/source/cloud.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/cloud.h b/crawl-ref/source/cloud.h
index 8e569bcee7..9a8ad4b582 100644
--- a/crawl-ref/source/cloud.h
+++ b/crawl-ref/source/cloud.h
@@ -32,7 +32,6 @@ void manage_clouds();
bool is_opaque_cloud(int cloud_idx);
-int resist_fraction(int resist, int bonus_res = 0);
int max_cloud_damage(cloud_type cl_type, int power = -1);
int actor_apply_cloud(actor *act);