summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-27 06:32:45 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:42 +0200
commit3ceb6ba12f66db6df2e1b73e02de33a8950564de (patch)
treebfb020a9f75ab4f412cc835ba2b63e55cf1456ed /src/dungeon.c
parent9519fbdcfe2b2aad12c95e006a94403c1817355a (diff)
Move extern declarations in wizard*.c to externs.h
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index 5f3d9ab6..5eb38c51 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -3435,12 +3435,6 @@ static bool_ enter_debug_mode(void)
/*
- * Hack -- Declare the Debug Routines
- */
-extern void do_cmd_debug(void);
-
-
-/*
* Parse and execute the current command
* Give "Warning" on illegal commands.
*