Skip to content

Commit

Permalink
fm-tree-view.c: drop unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Mar 29, 2018
1 parent 844df9d commit 414fdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/file-manager/fm-tree-view.c
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ popup_menu_deactivated (GtkMenuShell *menu_shell, gpointer data)
static void
create_popup_menu (FMTreeView *view)
{
GtkWidget *popup, *menu_item, *menu_image;
GtkWidget *popup, *menu_item;

if (view->details->popup != NULL)
{
Expand Down

0 comments on commit 414fdf7

Please sign in to comment.