From 658fab1f008bff7e1ec147d95baa04bc44c2fbcd Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:30:36 +0200 Subject: Use a blank line at most --- shell/ev-sidebar-bookmarks.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/ev-sidebar-bookmarks.c') diff --git a/shell/ev-sidebar-bookmarks.c b/shell/ev-sidebar-bookmarks.c index 2abdd695..214ca61a 100644 --- a/shell/ev-sidebar-bookmarks.c +++ b/shell/ev-sidebar-bookmarks.c @@ -122,7 +122,6 @@ ev_bookmarks_popup_cmd_rename_bookmark (GtkAction *action, GtkTreeModel *model; GtkTreeIter iter; - selection = gtk_tree_view_get_selection (tree_view); if (gtk_tree_selection_get_selected (selection, &model, &iter)) { GtkTreePath *path; -- cgit v1.2.1