From a343ccf6b05df1d889cb4302a3e9e21c4816c048 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Thu, 10 Mar 2016 18:41:54 +0100 Subject: Remove player gender, age, height, etc. --- src/variable.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/variable.cc') diff --git a/src/variable.cc b/src/variable.cc index f0d18111..98d2c1c0 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -469,7 +469,6 @@ player_type *p_ptr = nullptr; * Pointer to the player tables * (sex, race, race mod, class, magic) */ -player_sex *sp_ptr; player_race *rp_ptr; player_race_mod *rmp_ptr; player_class *cp_ptr; -- cgit v1.2.3