X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/6f81f628c3273ff6644bc7a32661a05c62d31db0..bf61b5660299e88399304cd8eb9bacddc73a765b:/unix/uxcons.c diff --git a/unix/uxcons.c b/unix/uxcons.c index 779ebf43..579178c7 100644 --- a/unix/uxcons.c +++ b/unix/uxcons.c @@ -204,9 +204,6 @@ int askappend(void *frontend, char *filename) char line[32]; - if (cfg.logxfovr != LGXF_ASK) { - return ((cfg.logxfovr == LGXF_OVR) ? 2 : 1); - } if (console_batch_mode) { fprintf(stderr, msgtemplate_batch, FILENAME_MAX, filename); fflush(stderr);