Removed a stray line from windows/progressbar.c.

This commit is contained in:
Pietro Gagliardi 2015-05-29 20:54:01 -04:00
parent 7fdb9f3424
commit 2a597cd6c1
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ static uintptr_t progressbarHandle(uiControl *c)
static void progressbarPreferredSize(uiControl *c, uiSizing *d, intmax_t *width, intmax_t *height)
{
struct label *l = (struct label *) c;
*width = uiWindowsDlgUnitsToX(pbarWidth, d->Sys->BaseX);
*height = uiWindowsDlgUnitsToY(pbarHeight, d->Sys->BaseY);
}