From 3d039e7b2703a46f8118ef1627aaf1466fca2b4b Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 25 Aug 2001 20:02:02 +0000 Subject: [PATCH] Remove gratuitous FIXME entries in cipher list. Oops, didn't mean to check those in :-) git-svn-id: http://svn.tartarus.org/sgt/putty@1201 cda61777-01e9-0310-a592-d414129be87e --- windlg.c | 4 ---- 1 file changed, 4 deletions(-) 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"); } -- 2.45.2