1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Drop a stale comment.

The return value to delete_bookmark was changed to void in commit
7f47389e41a1bd2d9a0e05b74df49c26cd8e155a.
This commit is contained in:
Miciah Dashiel Butler Masters 2006-06-06 02:43:00 +00:00 committed by Miciah Dashiel Butler Masters
parent 938d9c860b
commit 551ff4587a

View File

@ -242,7 +242,6 @@ done_bookmark(struct bookmark *bm)
mem_free(bm);
}
/* Deletes a bookmark. Returns 0 on failure (no such bm), 1 on success. */
void
delete_bookmark(struct bookmark *bm)
{