progressbar widget cleanup

This commit is contained in:
Joel Bodenmann 2014-05-09 10:58:23 +02:00
parent a3d1e05566
commit 52262dbafe

View file

@ -208,7 +208,6 @@ void gwinProgressbarDecrement(GHandle gh) {
gsw->delay = delay;
gtimerInit(&(gsw->gt));
gtimerStart(&(gsw->gt), _progressbarCallback, gh, FALSE, gsw->delay);
#undef gsw