X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d23a9b21c124934c44d1cda9ffd00f78e99ea1ec..96d19bc96ba1e93fe09561f3ceefe427e7d30386:/puttygen.c diff --git a/puttygen.c b/puttygen.c index 2d2d9335..8d0b013e 100644 --- a/puttygen.c +++ b/puttygen.c @@ -549,10 +549,8 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg, menu1 = CreateMenu(); AppendMenu(menu1, MF_ENABLED, IDC_EXPORT_OPENSSH, "Export &OpenSSH key"); -#if 0 AppendMenu(menu1, MF_ENABLED, IDC_EXPORT_SSHCOM, "Export &ssh.com key"); -#endif AppendMenu(menu, MF_POPUP | MF_ENABLED, (UINT) menu1, "&Export");