Removed a stray line from windows/progressbar.c.
This commit is contained in:
parent
7fdb9f3424
commit
2a597cd6c1
|
@ -21,8 +21,6 @@ static uintptr_t progressbarHandle(uiControl *c)
|
||||||
|
|
||||||
static void progressbarPreferredSize(uiControl *c, uiSizing *d, intmax_t *width, intmax_t *height)
|
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);
|
*width = uiWindowsDlgUnitsToX(pbarWidth, d->Sys->BaseX);
|
||||||
*height = uiWindowsDlgUnitsToY(pbarHeight, d->Sys->BaseY);
|
*height = uiWindowsDlgUnitsToY(pbarHeight, d->Sys->BaseY);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue