]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - pageant.c
Yet more global-removal. The static variables in logging.c are now
[PuTTY.git] / pageant.c
index 71753c07f45e029442f32968b1ed5409e9272acc..b8a4bd81f94a4ea70181bdc76b67bee5ee557c45 100644 (file)
--- a/pageant.c
+++ b/pageant.c
@@ -153,14 +153,6 @@ struct blob {
 };
 static int cmpkeys_ssh2_asymm(void *av, void *bv);
 
-/*
- * This function is needed to link with the DES code. We need not
- * have it do anything at all.
- */
-void logevent(char *msg)
-{
-}
-
 #define GET_32BIT(cp) \
     (((unsigned long)(unsigned char)(cp)[0] << 24) | \
     ((unsigned long)(unsigned char)(cp)[1] << 16) | \