mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-20 04:28:07 -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)
|
char *staticwrap(struct ctlpos *cp, HWND hwnd, char *text, int *lines)
|
||||||
{
|
{
|
||||||
HDC hdc = GetDC(hwnd);
|
HDC hdc = GetDC(hwnd);
|
||||||
int lpx = GetDeviceCaps(hdc, LOGPIXELSX);
|
|
||||||
int width, nlines, j;
|
int width, nlines, j;
|
||||||
INT *pwidths, nfit;
|
INT *pwidths, nfit;
|
||||||
SIZE size;
|
SIZE size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user