From d861617f0fa266d9ca86088ba0b8fc9561043ea1 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 26 Jun 2012 21:14:16 +0200 Subject: Remove "monk_*" globals --- src/variable.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/variable.c') diff --git a/src/variable.c b/src/variable.c index e5a4e92c..4972e647 100644 --- a/src/variable.c +++ b/src/variable.c @@ -1071,10 +1071,6 @@ bool_ (*get_mon_num2_hook)(int r_idx); bool_ (*get_obj_num_hook)(int k_idx); -/* Hack, monk armour */ -bool_ monk_armour_aux; -bool_ monk_notify_aux; - bool_ easy_open = TRUE; bool_ easy_disarm = TRUE; bool_ easy_tunnel = FALSE; -- cgit v1.2.3