Deleted useless code.

This commit is contained in:
default
2025-01-28 20:36:37 +01:00
parent 9b2c3d2042
commit aec643838f
-3
View File
@@ -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);
}
}