remove leftover proto that isn't used, I made it a macro instead
diff --git a/lib/ssh.h b/lib/ssh.h
index 9bbeaed..72c4f0b 100644
--- a/lib/ssh.h
+++ b/lib/ssh.h
@@ -37,8 +37,6 @@
                        const void *mem, size_t len);
 ssize_t Curl_sftp_recv(struct connectdata *conn, int sockindex,
                        char *mem, size_t len);
-bool Curl_ssh_enabled(struct connectdata *conn,
-                      int prot);
 
 #define Curl_ssh_enabled(conn,prot) (conn->protocol & prot)