summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dactions.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-04-26 12:56:10 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-04-26 17:03:18 +0200
commit22924f822b64908584a7e8b375d78b4df88dc8bb (patch)
tree3ef63921cafd763eebd4fd6cb221a0b1a26be332 /crawl-ref/source/dactions.h
parent951147111c22476f969ac26c037ff98b03ecf584 (diff)
downloadcrawl-ref-22924f822b64908584a7e8b375d78b4df88dc8bb.tar.gz
crawl-ref-22924f822b64908584a7e8b375d78b4df88dc8bb.zip
Make a function static.
Diffstat (limited to 'crawl-ref/source/dactions.h')
-rw-r--r--crawl-ref/source/dactions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/dactions.h b/crawl-ref/source/dactions.h
index b7fc75fab0..df9e804a55 100644
--- a/crawl-ref/source/dactions.h
+++ b/crawl-ref/source/dactions.h
@@ -10,6 +10,5 @@ unsigned int query_da_counter(daction_type c);
bool mons_matches_daction(const monster* mon, daction_type act);
void apply_daction_to_mons(monster* mons, daction_type act, bool local);
-void daction_hog_to_human(monster* mons);
#endif