X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Foptions.h;h=f5474865f74566744720c51961a720cc1457d678;hb=78706dc5ea8eeb5d5a5eacda806d549a5c81ee89;hp=e6434896ff7fd9600ec39fc091f9e69a3a2981f7;hpb=381457408ad4d78411552a28e7476a5c1f67831e;p=wget diff --git a/src/options.h b/src/options.h index e6434896..f5474865 100644 --- a/src/options.h +++ b/src/options.h @@ -81,11 +81,6 @@ struct options FTP. */ char *output_document; /* The output file to which the documents will be printed. */ - int od_known_regular; /* whether output_document is a - regular file we can manipulate, - i.e. not `-' or a device file. */ - FILE *dfp; /* The file pointer to the output - document. */ int always_rest; /* Always use REST. */ char *ftp_acc; /* FTP username */