diff --git a/src/CreateZip.cpp b/src/CreateZip.cpp index 925345e30e..610ad97cf0 100644 --- a/src/CreateZip.cpp +++ b/src/CreateZip.cpp @@ -357,7 +357,6 @@ typedef struct zlist { char iname[MAX_PATH]; // Internal file name after cleanup char zname[MAX_PATH]; // External version of internal name int mark; // Marker for files to operate on - int trash; // Marker for files to delete int dosflag; // Set to force MSDOS file attributes struct zlist *nxt; // Pointer to next header in list } TZipFileInfo;