1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-09 23:28:06 -05:00

Remove an unused variable.

This commit is contained in:
Tim Kosse 2015-08-11 14:05:59 +02:00 committed by Simon Tatham
parent 05c7678fdb
commit 481ebd232e

View File

@ -372,7 +372,6 @@ void checkbox(struct ctlpos *cp, char *text, int id)
char *staticwrap(struct ctlpos *cp, HWND hwnd, char *text, int *lines)
{
HDC hdc = GetDC(hwnd);
int lpx = GetDeviceCaps(hdc, LOGPIXELSX);
int width, nlines, j;
INT *pwidths, nfit;
SIZE size;