diff options
author | Bardur Arantsson <bardur@scientician.net> | 2015-02-23 09:11:58 +0100 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2015-02-23 09:11:58 +0100 |
commit | 3f59d3d407cd743f4e4b27791c4fe13785f8669d (patch) | |
tree | e5d4feaa3583e057a48de8c5b6c012c9fa954e52 /src/variable.cc | |
parent | de5ee3b24f035efe3da8260687200109302f350a (diff) |
Remove ab_head, ab_name, ab_text
Diffstat (limited to 'src/variable.cc')
-rw-r--r-- | src/variable.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/variable.cc b/src/variable.cc index 0da55623..4b8a848b 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -662,10 +662,7 @@ dungeon_info_type *d_info; /* * Player abilities arrays */ -header *ab_head; ability_type *ab_info; -char *ab_name; -char *ab_text; /* * Player skills arrays |