diff options
| author | default <nobody@localhost> | 2025-01-28 20:36:37 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-28 20:36:37 +0100 |
| commit | aec643838f304468af61ca2ad4e00a9e7125e53b (patch) | |
| tree | 49fdc3cac22aa60a12f88abc5b3c0f5c59c26eff /data.c | |
| parent | 9b2c3d20420849e4e1cad25a2b7f778294d4d732 (diff) | |
Deleted useless code.
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); } } |