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:
parent
05c7678fdb
commit
481ebd232e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user