summaryrefslogtreecommitdiff
path: root/src/q_thrain.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-01-10 18:55:44 +0100
committerBardur Arantsson <bardur@scientician.net>2010-01-10 19:15:47 +0100
commitb75726abe39bfcd82186ca22992644d10985e914 (patch)
tree9cfa5b880f9f10c0a62debd07b6fb1595e4f4dfb /src/q_thrain.c
parentf0e2857d68a36f3db08912de918905e2c53225f3 (diff)
Remove dead code.
Diffstat (limited to 'src/q_thrain.c')
-rw-r--r--src/q_thrain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/q_thrain.c b/src/q_thrain.c
index e7e3161a..265ef3e2 100644
--- a/src/q_thrain.c
+++ b/src/q_thrain.c
@@ -95,7 +95,6 @@ bool quest_thrain_gen_hook(char *fmt)
int ystart;
int y2, x2, yval, xval;
int y1, x1, xsize, ysize;
- monster_type *m_ptr;
if (dungeon_type != DUNGEON_DOL_GULDUR) return (FALSE);
if (cquest.data[0] != dun_level) return (FALSE);