aboutsummaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/data.c b/data.c
index 7139cdf..50c6121 100644
--- a/data.c
+++ b/data.c
@@ -1545,9 +1545,6 @@ void timeline_add_mark(snac *user)
if (strcmp(last_entry, MD5_ALREADY_SEEN_MARK) != 0) {
/* add it */
index_add_md5(fn, MD5_ALREADY_SEEN_MARK);
-
- /* mark as new */
- timeline_touch(user);
}
}