summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/transform.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2010-12-05 23:49:10 +0100
committerRaphael Langella <raphael.langella@gmail.com>2010-12-06 00:05:09 +0100
commitefbf9211fad0fa9ecd45f52a941b3a081456fd1f (patch)
tree8d9161d22c6c96bc49f033313a5e7c111a46b0b0 /crawl-ref/source/transform.h
parent67ef800a9fda0f829721defd8d86e5734d06d2b2 (diff)
downloadcrawl-ref-efbf9211fad0fa9ecd45f52a941b3a081456fd1f.tar.gz
crawl-ref-efbf9211fad0fa9ecd45f52a941b3a081456fd1f.zip
Remove an obsolete parameter from form_changed_physiology().
It was never used.
Diffstat (limited to 'crawl-ref/source/transform.h')
-rw-r--r--crawl-ref/source/transform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/transform.h b/crawl-ref/source/transform.h
index 259697c121..35b8775c5e 100644
--- a/crawl-ref/source/transform.h
+++ b/crawl-ref/source/transform.h
@@ -18,8 +18,7 @@ bool form_can_fly(transformation_type form = you.form);
bool form_can_swim(transformation_type form = you.form);
bool form_likes_water(transformation_type form = you.form);
bool form_can_butcher_barehanded(transformation_type form = you.form);
-bool form_changed_physiology(bool phys_scales = false,
- transformation_type form = you.form);
+bool form_changed_physiology(transformation_type form = you.form);
bool form_can_wear_item(const item_def& item,
transformation_type form = you.form);