diff options
author | Nick White <arch@njw.me.uk> | 2007-03-11 01:54:52 +0000 |
---|---|---|
committer | Nick White <arch@njw.me.uk> | 2007-03-11 01:54:52 +0000 |
commit | 4bcdbd830bf18fb0995056acb6beb801df9829ee (patch) | |
tree | e148432ff000eb96547fbd5323338f4eb92ae99a /issue.h | |
parent | de890670aaab99edd839713d4185b77f6ba08d81 (diff) |
Finalised separate cover removal
Removed cover entry from issue structure completely,
and updated show_struct to reflect the changes
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-19
Diffstat (limited to 'issue.h')
-rw-r--r-- | issue.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -64,7 +64,6 @@ typedef struct char title[512]; int size; issdates date; - sec cover; sec section[SEC_NO]; int no_of_sections; med media[MED_NO]; |