From c4746c0f6d328baa429c96e54d86d2d7f97ccbcc Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:57 +0100 Subject: Remove r_name, r_text, r_head in favor of simple strings --- src/variable.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/variable.cc') diff --git a/src/variable.cc b/src/variable.cc index f812243a..ca4603c8 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -672,8 +672,6 @@ char *t_text; */ header *r_head; monster_race *r_info; -char *r_name; -char *r_text; /* * The monster ego race arrays -- cgit v1.2.3