summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-22 18:45:59 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-22 22:37:08 +0200
commit8d4d79655dd503417920299808993cef658bdde0 (patch)
tree3b1ca5a659541ba1dae36bfd1e8f6087d88df7d0 /crawl-ref/source/mon-util.h
parentfd1958001336bef983dfdfc951735c6e628d3ab7 (diff)
downloadcrawl-ref-8d4d79655dd503417920299808993cef658bdde0.tar.gz
crawl-ref-8d4d79655dd503417920299808993cef658bdde0.zip
Fold mon_can_see_monster and mons_monster_visible into monsters.
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 02dab2db8c..664516032f 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -514,8 +514,6 @@ mon_itemeat_type mons_itemeat(const monsters *mon);
* called from: beam - fight - monstuff - view
* *********************************************************************** */
bool mons_sense_invis(const monsters *mon);
-bool mon_can_see_monster(const monsters *mon, const monsters *targ);
-bool mons_monster_visible(const monsters *mon, const monsters *targ);
// last updated 12may2000 {dlb}