summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 03:17:09 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-23 03:17:09 +0000
commit6f948aae55e4fd468550b38d71e6f3093aa019a5 (patch)
treeb9bbf60453cfea0429b3df7239eeac469b2f4cc1 /crawl-ref/source/xom.h
parentccd600ef4fa3cac93e2baff9d7ff61bed537f09f (diff)
downloadcrawl-ref-6f948aae55e4fd468550b38d71e6f3093aa019a5.tar.gz
crawl-ref-6f948aae55e4fd468550b38d71e6f3093aa019a5.zip
Remove now-redundant prototype.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6066 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/xom.h')
-rw-r--r--crawl-ref/source/xom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.h b/crawl-ref/source/xom.h
index 61c015a736..7727b5a056 100644
--- a/crawl-ref/source/xom.h
+++ b/crawl-ref/source/xom.h
@@ -38,6 +38,5 @@ inline void xom_acts(int sever)
void xom_check_lost_item(const item_def& item);
void xom_check_destroyed_item(const item_def& item, int cause = -1);
-bool there_are_monsters_nearby();
#endif