Ver Fonte

Deleted useless code.

default há 2 meses atrás
pai
commit
aec643838f
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      data.c

+ 0 - 3
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);
     }
 }