summaryrefslogtreecommitdiff
path: root/src/cmd6.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd6.cc')
-rw-r--r--src/cmd6.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cmd6.cc b/src/cmd6.cc
index 903d5a4d..423843b0 100644
--- a/src/cmd6.cc
+++ b/src/cmd6.cc
@@ -3890,7 +3890,7 @@ void do_cmd_aim_wand(void)
{
bool_ obvious, use_charge;
- int item, ident;
+ int item;
object_type *o_ptr;
@@ -3932,9 +3932,6 @@ void do_cmd_aim_wand(void)
/* Take a turn */
energy_use = 100;
- /* Not identified yet */
- ident = FALSE;
-
/* Enter device mode */
set_stick_mode(o_ptr);