progressbar widget cleanup
This commit is contained in:
parent
a3d1e05566
commit
52262dbafe
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ void gwinProgressbarDecrement(GHandle gh) {
|
||||||
|
|
||||||
gsw->delay = delay;
|
gsw->delay = delay;
|
||||||
|
|
||||||
gtimerInit(&(gsw->gt));
|
|
||||||
gtimerStart(&(gsw->gt), _progressbarCallback, gh, FALSE, gsw->delay);
|
gtimerStart(&(gsw->gt), _progressbarCallback, gh, FALSE, gsw->delay);
|
||||||
|
|
||||||
#undef gsw
|
#undef gsw
|
||||||
|
|
Loading…
Add table
Reference in a new issue