]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
remove WIMStruct->output_dir
[wimlib] / src / wimlib_internal.h
index 68ec73f53d6d83e039df099a7dc26e09974c917d..c04ffb1aee312f47fc42ce518094840a17434875 100644 (file)
@@ -259,9 +259,6 @@ typedef struct WIMStruct {
         * WIM has a image metadata associated with it. */
        struct image_metadata     *image_metadata;
 
-       /* Name of the output directory for extraction. */
-       char  *output_dir;
-
        /* The header of the WIM file. */
        struct wim_header    hdr;
 
@@ -277,12 +274,7 @@ typedef struct WIMStruct {
         * image_metadata array. */
        int current_image;
 
-       union {
-               /* Set to true when extracting multiple images */
-               bool is_multi_image_extraction;
-
-               bool write_metadata;
-       };
+       bool write_metadata;
 } WIMStruct;