summaryrefslogtreecommitdiff
path: root/src/timers.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-05-06 22:36:47 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-05-06 22:37:11 +0200
commit6831868212df803a53eb6dd2913c2ff3eb218197 (patch)
tree37ef8435980992ee604e1709e54304e00e3b6458 /src/timers.c
parent03b4faf6d71f52568a0e5b61552b6c0d44b71b62 (diff)
Fix dead code found by LLVM's scan-build utility
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;