mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-12 18:13:50 -05:00
Remove gratuitous FIXME entries in cipher list. Oops, didn't mean to
check those in :-) [originally from svn r1201]
This commit is contained in:
parent
195db0c8c9
commit
a723494288
4
windlg.c
4
windlg.c
@ -743,10 +743,6 @@ static void init_dlg_ctrls(HWND hwnd, int keepsess)
|
||||
SendDlgItemMessage(hwnd, IDC_CIPHERLIST, LB_SETITEMDATA,
|
||||
pos, (LPARAM) c);
|
||||
}
|
||||
SendDlgItemMessage(hwnd, IDC_CIPHERLIST, LB_ADDSTRING,
|
||||
0, (LPARAM) "FIXME1");
|
||||
SendDlgItemMessage(hwnd, IDC_CIPHERLIST, LB_ADDSTRING,
|
||||
0, (LPARAM) "FIXME2");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user