aboutsummaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2025-01-28 20:36:37 +0100
committerdefault <nobody@localhost>2025-01-28 20:36:37 +0100
commitaec643838f304468af61ca2ad4e00a9e7125e53b (patch)
tree49fdc3cac22aa60a12f88abc5b3c0f5c59c26eff /data.c
parent9b2c3d20420849e4e1cad25a2b7f778294d4d732 (diff)
Deleted useless code.
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);
}
}