X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fmetadata.h;h=00647a1cf6e4f5e0bb614dad8ed3a259d628500c;hp=cb456bc4f2e8e70d2d3610bdf9c5c6c766a719e9;hb=1fcf9333676be806716535d01b38722ee53d52e9;hpb=173bcff7f6950a89ee398d6058b4df8e67cf8675 diff --git a/include/wimlib/metadata.h b/include/wimlib/metadata.h index cb456bc4..00647a1c 100644 --- a/include/wimlib/metadata.h +++ b/include/wimlib/metadata.h @@ -5,10 +5,6 @@ #include "wimlib/types.h" #include "wimlib/wim.h" -#ifdef WITH_NTFS_3G -struct _ntfs_volume; -#endif - /* Metadata for a WIM image */ struct wim_image_metadata { @@ -39,10 +35,6 @@ struct wim_image_metadata { * the WIM file. If this is the case, the memory for the dentry tree * should not be freed when switching to a different WIM image. */ u8 modified : 1; - -#ifdef WITH_NTFS_3G - struct _ntfs_volume *ntfs_vol; -#endif }; /* Retrieve the metadata of the image in @wim currently selected with