summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/food.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-03 10:17:43 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-03 10:19:23 +0100
commite65199ef20df7201e5cb1a87e3e0fffdfd13523d (patch)
tree06cf6b7ef5f2e7b83b724c63b8f33ca6d65795d3 /crawl-ref/source/food.h
parent2fbd97bae9a937f03643ad0dc579f0595e42497f (diff)
downloadcrawl-ref-e65199ef20df7201e5cb1a87e3e0fffdfd13523d.tar.gz
crawl-ref-e65199ef20df7201e5cb1a87e3e0fffdfd13523d.zip
Remove "called from:" comments.
These were of questionable use and freshness. Signed-off-by: Robert Vollmert <rvollmert@gmx.net>
Diffstat (limited to 'crawl-ref/source/food.h')
-rw-r--r--crawl-ref/source/food.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/crawl-ref/source/food.h b/crawl-ref/source/food.h
index b940275152..178bacb371 100644
--- a/crawl-ref/source/food.h
+++ b/crawl-ref/source/food.h
@@ -35,46 +35,17 @@ enum food_type
NUM_FOODS // 22
};
-
-// last updated 19jun2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
bool butchery(int which_corpse = -1);
-
-// last updated 19jun2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
bool eat_food(int slot = -1);
-
-// last updated 19jun2000 {dlb}
-/* ***********************************************************************
- * called from: abl-show - acr - fight - food - spell
- * *********************************************************************** */
void make_hungry(int hunger_amount, bool suppress_msg,
bool allow_reducing = false);
-// last updated 19jun2000 {dlb}
-/* ***********************************************************************
- * called from: acr - fight - food - it_use2 - item_use
- * *********************************************************************** */
void lessen_hunger(int statiated_amount, bool suppress_msg);
-
-// last updated 19jun2000 {dlb}
-/* ***********************************************************************
- * called from: acr - decks - food - religion
- * *********************************************************************** */
void set_hunger(int new_hunger_level, bool suppress_msg);
-
-// last updated 10sept2000 {bwr}
-/* ***********************************************************************
- * called from: delay.cc
- * *********************************************************************** */
void weapon_switch(int targ);
bool is_poisonous(const item_def &food);