From ec2423b98f2d973c5260ec7a504464d812e26fe4 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Mon, 3 Nov 2014 23:34:13 +0000 Subject: [PATCH] Remove test code from Windows Pageant. (At least, I assume that's what it was.) --- windows/winpgnt.c | 2 -- 1 file changed, 2 deletions(-) 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); } }