From: simon Date: Sat, 25 Aug 2001 20:02:02 +0000 (+0000) Subject: Remove gratuitous FIXME entries in cipher list. Oops, didn't mean to X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/15918456b7d6e2bf2b04fa0e12d0d0c1c9774fe3?ds=sidebyside Remove gratuitous FIXME entries in cipher list. Oops, didn't mean to check those in :-) git-svn-id: svn://svn.tartarus.org/sgt/putty@1201 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/windlg.c b/windlg.c index 026e35c2..d89331a4 100644 --- a/windlg.c +++ b/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"); }