summaryrefslogtreecommitdiff
path: root/src/timers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/timers.c')
-rw-r--r--src/timers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timers.c b/src/timers.c
index 4cb5251..3343445 100644
--- a/src/timers.c
+++ b/src/timers.c
@@ -103,7 +103,6 @@ void feh_add_timer(void (*func) (void *data), void *data, double in, char *name)
ft->just_added = 1;
ft->in = in;
D(("ft->in = %f\n", ft->in));
- tally = 0.0;
if (!first_timer) {
D(("No first timer\n"));
first_timer = ft;