Skip to content

Commit cfc9b47

Browse files
committed
caja-bookmark.c: drop unused variable
Fixes #1001 (comment)
1 parent a3195d0 commit cfc9b47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcaja-private/caja-bookmark.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,6 @@ static cairo_surface_t *
589589
create_image_cairo_for_bookmark (CajaBookmark *bookmark)
590590
{
591591
cairo_surface_t *surface;
592-
GtkWidget *widget;
593592

594593
surface = caja_bookmark_get_surface (bookmark, GTK_ICON_SIZE_MENU);
595594
if (surface == NULL)

0 commit comments

Comments
 (0)