summaryrefslogtreecommitdiff
path: root/issue.h
diff options
context:
space:
mode:
authorNick White <arch@njw.me.uk>2007-03-11 01:54:52 +0000
committerNick White <arch@njw.me.uk>2007-03-11 01:54:52 +0000
commit4bcdbd830bf18fb0995056acb6beb801df9829ee (patch)
treee148432ff000eb96547fbd5323338f4eb92ae99a /issue.h
parentde890670aaab99edd839713d4185b77f6ba08d81 (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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/issue.h b/issue.h
index f9aae18..cfb6e72 100644
--- a/issue.h
+++ b/issue.h
@@ -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];