Remove gratuitous FIXME entries in cipher list. Oops, didn't mean to
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Aug 2001 20:02:02 +0000 (20:02 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Aug 2001 20:02:02 +0000 (20:02 +0000)
check those in :-)

git-svn-id: svn://svn.tartarus.org/sgt/putty@1201 cda61777-01e9-0310-a592-d414129be87e

windlg.c

index 026e35c..d89331a 100644 (file)
--- 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");
 
     }