X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontext.h;h=6992db9cfbfe650e95490286dbb4088f2aff46b9;hb=621ffc0fb105b474219fca787267349028aaf690;hp=322061e65471e47a135420c28beada3f4000d0b9;hpb=ecdc9e87a3ac4a50299291550c775cfcca783f34;p=citadel.git diff --git a/citadel/context.h b/citadel/context.h index 322061e65..6992db9cf 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -77,7 +77,6 @@ struct CitContext { char cs_inet_fn[128]; /* Friendly-name of outbound Internet mail */ FILE *download_fp; /* Fields relating to file transfer */ - size_t download_fp_total; char download_desired_section[128]; FILE *upload_fp; char upl_file[256];