summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-30 09:03:55 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-30 09:03:55 +0000
commitaab63bdbfc80d68ec25664f99c1bc60a89b20790 (patch)
treec4a51541e48f9d129f8ac9e7f1a41bd7ce61344c /crawl-ref/source/misc.h
parent000472ae640b2c259d1f5b24eb5cf78a3ec48ad5 (diff)
downloadcrawl-ref-aab63bdbfc80d68ec25664f99c1bc60a89b20790.tar.gz
crawl-ref-aab63bdbfc80d68ec25664f99c1bc60a89b20790.zip
Autoprayer is gone.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5341 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 137e2d1849..7c919859f8 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -130,8 +130,6 @@ void run_environment_effects();
int str_to_shoptype(const std::string &s);
-bool do_autopray();
-
bool player_in_a_dangerous_place();
coord_def pick_adjacent_free_square(int x, int y);