1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Remove test code from Windows Pageant.

(At least, I assume that's what it was.)
This commit is contained in:
Jacob Nevins 2014-11-03 23:34:13 +00:00
parent fb14d1e1b8
commit ec2423b98f

View File

@ -372,8 +372,6 @@ static void keylist_update(void)
(LPARAM) listentry); (LPARAM) listentry);
sfree(listentry); sfree(listentry);
} }
SendDlgItemMessage(keylist, 100, LB_ADDSTRING, 0,
(LPARAM)"0\t1\t2\t3\t4\t5\t6\t7\t8\t9\t10");
SendDlgItemMessage(keylist, 100, LB_SETCURSEL, (WPARAM) - 1, 0); SendDlgItemMessage(keylist, 100, LB_SETCURSEL, (WPARAM) - 1, 0);
} }
} }