summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/debug.h')
-rw-r--r--crawl-ref/source/debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index d91965e254..c285d17739 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -116,9 +116,7 @@ void debug_test_explore();
* called from: directn
* *********************************************************************** */
void error_message_to_player(void);
-#if DEBUG_DIAGNOSTICS
void debug_stethoscope(int mon);
-#endif
class monsters;
struct coord_def;