diff options
| author | 2025-01-28 20:36:37 +0100 | |
|---|---|---|
| committer | 2025-01-28 20:36:37 +0100 | |
| commit | aec643838f304468af61ca2ad4e00a9e7125e53b (patch) | |
| tree | 49fdc3cac22aa60a12f88abc5b3c0f5c59c26eff /data.c | |
| parent | Merge branch 'master' of /home/angel/git/snac2 (diff) | |
| download | snac2-aec643838f304468af61ca2ad4e00a9e7125e53b.tar.gz snac2-aec643838f304468af61ca2ad4e00a9e7125e53b.tar.xz snac2-aec643838f304468af61ca2ad4e00a9e7125e53b.zip | |
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) | |||
| 1545 | if (strcmp(last_entry, MD5_ALREADY_SEEN_MARK) != 0) { | 1545 | if (strcmp(last_entry, MD5_ALREADY_SEEN_MARK) != 0) { |
| 1546 | /* add it */ | 1546 | /* add it */ |
| 1547 | index_add_md5(fn, MD5_ALREADY_SEEN_MARK); | 1547 | index_add_md5(fn, MD5_ALREADY_SEEN_MARK); |
| 1548 | |||
| 1549 | /* mark as new */ | ||
| 1550 | timeline_touch(user); | ||
| 1551 | } | 1548 | } |
| 1552 | } | 1549 | } |
| 1553 | 1550 | ||