From: Jacob Nevins Date: Mon, 3 Nov 2014 23:34:13 +0000 (+0000) Subject: Remove test code from Windows Pageant. X-Git-Tag: 0.68~653 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ec2423b98f2d973c5260ec7a504464d812e26fe4;hp=-c;p=PuTTY.git Remove test code from Windows Pageant. (At least, I assume that's what it was.) --- ec2423b98f2d973c5260ec7a504464d812e26fe4 diff --git a/windows/winpgnt.c b/windows/winpgnt.c index 29882842..828747da 100644 --- a/windows/winpgnt.c +++ b/windows/winpgnt.c @@ -372,8 +372,6 @@ static void keylist_update(void) (LPARAM) 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); } }