diff options
-rw-r--r-- | src/gwin/progressbar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gwin/progressbar.c b/src/gwin/progressbar.c index 0ad7a230..524a5346 100644 --- a/src/gwin/progressbar.c +++ b/src/gwin/progressbar.c @@ -208,7 +208,6 @@ void gwinProgressbarDecrement(GHandle gh) { gsw->delay = delay; - gtimerInit(&(gsw->gt)); gtimerStart(&(gsw->gt), _progressbarCallback, gh, FALSE, gsw->delay); #undef gsw |