summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
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);