From ee6da31fb60bbdcb86945f23c3aebc6cdb7e30d3 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 28 Nov 2017 16:55:55 +0100 Subject: Language XML files: remove references to GOST89 since it is not supported anymore. --- src/Format/Tcformat.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Format/Tcformat.c') diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c index 09c52705..5d9d113b 100644 --- a/src/Format/Tcformat.c +++ b/src/Format/Tcformat.c @@ -1417,12 +1417,6 @@ void ComboSelChangeEA (HWND hwndDlg) SetWindowTextW (GetDlgItem (hwndDlg, IDC_BOX_HELP), GetString ("TWOFISH_HELP")); } - else if (wcsncmp (name, L"GOST89", 6) == 0) - { - StringCbPrintfW (hyperLink, sizeof(hyperLink) / 2, GetString ("MORE_INFO_ABOUT"), L"GOST89"); - - SetWindowTextW (GetDlgItem (hwndDlg, IDC_BOX_HELP), GetString ("GOST89_HELP")); - } else if (wcscmp (name, L"Kuznyechik") == 0) { StringCbPrintfW (hyperLink, sizeof(hyperLink) / 2, GetString ("MORE_INFO_ABOUT"), name); -- cgit v1.2.3