X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/85ee82085f5d417a0e13e55a01479285fed37d10..4017be6d5375063f59b63474490ac072e7f09b1a:/scp.h diff --git a/scp.h b/scp.h index 401e38db..a3eabf57 100644 --- a/scp.h +++ b/scp.h @@ -3,10 +3,6 @@ * Joris van Rantwijk, Aug 1999, Jun 2000. */ -#define SCP_FLAG 1 -#define SCP_VERBOSE 2 -#define IS_SCP ((scp_flags & SCP_FLAG) != 0) - /* Exported from ssh.c */ extern int scp_flags; extern int (*ssh_get_password)(const char *prompt, char *str, int maxlen);