From 551ff4587a99f625c1016236423be118f290f023 Mon Sep 17 00:00:00 2001 From: Miciah Dashiel Butler Masters Date: Tue, 6 Jun 2006 02:43:00 +0000 Subject: [PATCH] Drop a stale comment. The return value to delete_bookmark was changed to void in commit 7f47389e41a1bd2d9a0e05b74df49c26cd8e155a. --- src/bookmarks/bookmarks.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bookmarks/bookmarks.c b/src/bookmarks/bookmarks.c index 7fe820a91..3678cf14f 100644 --- a/src/bookmarks/bookmarks.c +++ b/src/bookmarks/bookmarks.c @@ -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) {