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 | 560ebe18ecf165dcfffa2d57870f01f1099be44c (patch) | |
tree | 551526f30dfee94d21034e027ef81b675159624e /src/variable.cc | |
parent | caa23251d8b279529330641032c62f8640ee13ff (diff) |
Remove set_head, set_name, set_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 8781485b..17145a1a 100644 --- a/src/variable.cc +++ b/src/variable.cc @@ -620,10 +620,7 @@ artifact_type *a_info; /* * The item set arrays */ -header *set_head; set_type *set_info; -char *set_name; -char *set_text; /* * The ego-item arrays |