Remove unneeded field in struct isoburn

This commit is contained in:
Vreixo Formoso Lopes
2007-09-22 16:53:40 +00:00
parent 0919b40ae9
commit bff450da12
3 changed files with 43 additions and 27 deletions

View File

@ -60,15 +60,6 @@ struct isoburn {
/* The filesystem structure of the old image from media. */
struct iso_volset *target_volset;
/* The output options of the current run of libisofs.
Element .overwrite eventually points to a buffered new head
with size fields describing the new size alone, not the
new combined size counted from block 0.
(This head is to be merged with above target_iso_head.) */
struct ecma119_source_opts *new_wopts;
};