]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove gratuitous FIXME entries in cipher list. Oops, didn't mean to
authorSimon Tatham <anakin@pobox.com>
Sat, 25 Aug 2001 20:02:02 +0000 (20:02 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 25 Aug 2001 20:02:02 +0000 (20:02 +0000)
check those in :-)

[originally from svn r1201]

windlg.c

index 026e35c239e80919c9be38ab5afb85dcb029240c..d89331a4679ae665fa04c770bf348fcbed992c4a 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");
 
     }