From: Tim Kosse Date: Tue, 11 Aug 2015 12:05:59 +0000 (+0200) Subject: Remove an unused variable. X-Git-Tag: 0.68~479 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=481ebd232e07a644b4ef5d6f1d13edc58a194971;p=PuTTY.git Remove an unused variable. --- diff --git a/windows/winctrls.c b/windows/winctrls.c index ea1cc182..428b6e55 100644 --- a/windows/winctrls.c +++ b/windows/winctrls.c @@ -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;